summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-12-04 22:28:27 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2015-12-04 22:28:27 +0000
commit2f107ce1325cda843a548b15a5cad2dfe3162766 (patch)
tree694a4b1e9d9f05c2eecad10fbabc91169aa2a17e /llvm
parentf85e9729e94a405c8ff8537f45f361cfd9dda977 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud