[PATCH] Fix suppressions file usage
Filipe Cabecinhas
filcab+llvm.phabricator at gmail.com
Wed Dec 17 02:59:21 PST 2014
Fixed the *_OPTIONS definitions to account for shell interpretation of quotes.
With my first patch, the quotes would be removed by the shell in all the *_OPTIONS definitions that weren't quoted (all except TSAN_OPTIONS definitions).
http://reviews.llvm.org/D6680
Files:
test/asan/TestCases/Darwin/suppressions-darwin.cc
test/asan/TestCases/suppressions-function.cc
test/asan/TestCases/suppressions-interceptor.cc
test/asan/TestCases/suppressions-library.cc
test/lsan/TestCases/suppressions_file.cc
test/tsan/free_race.c
test/tsan/ignore_lib0.cc
test/tsan/ignore_lib1.cc
test/tsan/ignore_lib2.cc
test/tsan/ignore_lib3.cc
test/tsan/mutex_cycle2.c
test/tsan/suppressions_global.cc
test/tsan/suppressions_race.cc
test/tsan/suppressions_race2.cc
test/ubsan/TestCases/TypeCheck/vptr.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6680.17383.patch
Type: text/x-patch
Size: 13072 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141217/fdb8d625/attachment.bin>
More information about the llvm-commits
mailing list