diff --git a/compiler-rt/lib/asan/lit_tests/Darwin/interface_symbols_darwin.c b/compiler-rt/lib/asan/lit_tests/Darwin/interface_symbols_darwin.c index d0b4fdb2dc70..3fca6e915324 100644 --- a/compiler-rt/lib/asan/lit_tests/Darwin/interface_symbols_darwin.c +++ b/compiler-rt/lib/asan/lit_tests/Darwin/interface_symbols_darwin.c @@ -5,7 +5,7 @@ // RUN: %clang -fsanitize=address -dead_strip -O2 %s -o %t.exe // RUN: rm -f %t.symbols %t.interface -// RUN: nm -D `otool -L %t.exe | grep "asan_osx_dynamic.dylib" | \ +// RUN: nm -g `otool -L %t.exe | grep "asan_osx_dynamic.dylib" | \ // RUN: tr -d '\011' | \ // RUN: sed "s/.dylib.*/.dylib/"` \ // RUN: | grep " T " | sed "s/.* T //" \