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

Anna Zaks zaks.anna at gmail.com
Fri Feb 13 23:29:05 PST 2015


- Made this friendly to Windows. (Introduced "IsPathSeparator()" instead of a constant since multiple characters can serve as separators on Windows.)
- Addressed all other comments.
- Included a testcase, which I forgot to add the first time around.


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_posix.cc
  lib/sanitizer_common/sanitizer_suppressions.cc
  lib/sanitizer_common/sanitizer_win.cc
  test/asan/TestCases/suppressions-exec-relative-location.cc

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7309.19962.patch
Type: text/x-patch
Size: 7225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150214/5e07c474/attachment.bin>


More information about the llvm-commits mailing list