diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-12-04 22:28:27 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-12-04 22:28:27 +0000 |
commit | 2f107ce1325cda843a548b15a5cad2dfe3162766 (patch) | |
tree | 694a4b1e9d9f05c2eecad10fbabc91169aa2a17e /llvm | |
parent | f85e9729e94a405c8ff8537f45f361cfd9dda977 (diff) | |
download | bcm5719-llvm-2f107ce1325cda843a548b15a5cad2dfe3162766.tar.gz bcm5719-llvm-2f107ce1325cda843a548b15a5cad2dfe3162766.zip |
[asan] Remove the use of system properties on Android.
System properties are not accessible through NDK (we've been using
hacks to get to them) and they are unavailable during ASan
initialization in .preinit_array. Use environment variables and
files instead (ex. ASAN_OPTIONS=include_if_exists=/path).
No test changes. This feature was not tested because the properties
are system-wide and would conflict with the parallel test runner. Yet
another reason to get rid of it.
llvm-svn: 254783
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions