[PATCH] D39508: [ubsan] lit changes for lld testing, future lto testing.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 14:38:19 PDT 2017


eugenis added a subscriber: pcc.
eugenis added inline comments.


================
Comment at: test/ubsan/CMakeLists.txt:35
+  endif()
+endmacro()
+
----------------
I'm not sure we want to test all sanitizers with LLD - they don't really interact with the linker, and it doubles testing time. @pcc what do you think?


================
Comment at: test/ubsan/lit.common.cfg:68
+  config.unsupported = True
+
+def build_invocation(compile_flags):
----------------
This code should be shared between cfi/ubsan/asan/msan/sanitizer_common. Please move as much of it as possible one level up.



Repository:
  rL LLVM

https://reviews.llvm.org/D39508





More information about the llvm-commits mailing list