[ASan] Fix interface_symbols_darwin to pass a correct flag to nm.

llvm-svn: 182008
This commit is contained in:
Alexander Potapenko 2013-05-16 13:49:12 +00:00
parent 7fdd268b68
commit 3917fe0d94
1 changed files with 1 additions and 1 deletions

View File

@ -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 //" \