aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-06 23:29:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-11-07 23:19:51 +0900
commitf2d6b41c8ebcd49debbc6902a9556324dff6c0f8 (patch)
tree2a5cc8c0dc1a44f9604d51dd1ea17df354a3134c /tool
parent6031fdc6322231f22a03657092e7d55ab03b0606 (diff)
downloadruby-f2d6b41c8ebcd49debbc6902a9556324dff6c0f8.tar.gz
Ignore warnings about currently unsupported .debug_macinfo
Diffstat (limited to 'tool')
-rwxr-xr-xtool/darwin-cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/darwin-cc b/tool/darwin-cc
index 8c96236603..42637022a4 100755
--- a/tool/darwin-cc
+++ b/tool/darwin-cc
@@ -3,5 +3,7 @@ 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/' \
-e '^ld: warning: ignoring duplicate libraries:' \
+ -e "warning: '\.debug_macinfo' is not currently supported:" \
+ -e "note: while processing" \
>&2)
exec "$@"