[PATCH] D41159: [asan] LIT: Add lld testing config.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 10:03:49 PST 2017


vitalybuka added inline comments.


================
Comment at: test/asan/lit.site.cfg.in:12
 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
+config.use_lld = @ASAN_TEST_USE_LLD@
+config.use_thinlto = @ASAN_TEST_USE_THINLTO@
----------------
Why just asan? can we go for entire compiler-rt?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41159





More information about the llvm-commits mailing list