[PATCH] D39772: [asan] Add lit feature for custom shadow scale
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 08:44:20 PST 2017
vitalybuka added inline comments.
================
Comment at: compiler-rt/test/lit.common.cfg:332
+# Detect custom shadow scale.
+if config.asan_shadow_scale != '' and config.asan_shadow_scale != '3':
+ config.available_features.add("custom-shadow-scale")
----------------
can we see a patch where it's used?
https://reviews.llvm.org/D39772
More information about the llvm-commits
mailing list