forked from OSchip/llvm-project
[ASan] Fix interface_symbols_darwin to pass a correct flag to nm.
llvm-svn: 182008
This commit is contained in:
parent
7fdd268b68
commit
3917fe0d94
|
@ -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 //" \
|
||||
|
|
Loading…
Reference in New Issue