summaryrefslogtreecommitdiff
path: root/tool/darwin-cc
blob: 6eee96e43591303080c959054aa060036bc6a07e (plain)
1
2
3
4
5
6
#!/bin/bash
exec 2> >(exec grep -v \
  -e '^ld: warning: The [a-z0-9_][a-z0-9_]* architecture is deprecated for macOS' \
  -e '^ld: warning: text-based stub file /System/Library/Frameworks/' \
  >&2)
exec "$@"