[PATCH] D39772: [asan] Add lit feature for custom shadow scale

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 08:49:24 PST 2017


waltl 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")
----------------
vitalybuka wrote:
> can we see a patch where it's used?
https://reviews.llvm.org/D39774


https://reviews.llvm.org/D39772





More information about the llvm-commits mailing list