[PATCH] Fix suppressions file usage

Filipe Cabecinhas filcab+llvm.phabricator at gmail.com
Tue Dec 16 06:51:52 PST 2014


Hi samsonov, kcc,

Always quote suppressions files given to *_OPTIONS.
This will make it not break when given full Windows paths (otherwise,
parsing would stop after the drive's letter + ':').

Also fix one or two cases where the suppression files' extensions were
not *.supp.

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.17333.patch
Type: text/x-patch
Size: 12754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141216/a66b72ce/attachment.bin>


More information about the llvm-commits mailing list