aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/FileManager.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-01 18:35:40 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-01 18:35:40 +0000
commit52f12f63f4ecaab157c9a056f6185746d87cd6e3 (patch)
tree87b217fbfa4a27372c511ea4eb8bd3151f41946a /clang/lib/Basic/FileManager.cpp
parent172838df6bc9c7754b030776428f875b57d70ed2 (diff)
downloadllvm-52f12f63f4ecaab157c9a056f6185746d87cd6e3.zip
llvm-52f12f63f4ecaab157c9a056f6185746d87cd6e3.tar.gz
llvm-52f12f63f4ecaab157c9a056f6185746d87cd6e3.tar.bz2
Fix `skipIfSanitized` decorator on macOS
For security reasons, DYLD_INSERT_LIBRARIES is not propagated to a child process. This breaks the skipIfSanitized decorator, which checks for the environment variable being set. Instead, always set the ASAN_OPTIONS and make the decorator check for that. Differential revision: https://reviews.llvm.org/D65594 llvm-svn: 367595
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions