[PATCH] [compiler-rt] Allow suppression file paths be relative to the location of the executable.

Anna Zaks zaks.anna at gmail.com
Fri Jan 30 17:05:45 PST 2015


Hi kubabrecka, kcc, samsonov, glider,

The ASanified executable could be launched from different locations. When we cannot find the suppression file relative to the current directory, try to see if the specified path is relative to the location of the executable.

http://reviews.llvm.org/D7309

Files:
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_linux.h
  lib/sanitizer_common/sanitizer_mac.cc
  lib/sanitizer_common/sanitizer_suppressions.cc
  lib/sanitizer_common/sanitizer_win.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7309.19074.patch
Type: text/x-patch
Size: 4386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150131/6372818c/attachment.bin>


More information about the llvm-commits mailing list