[compiler-rt] [sanitizer] Reject unsupported -static at link time (PR #83524)

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 21:18:36 PST 2024


================
@@ -0,0 +1,2 @@
+// UNSUPPORTED: hwasan, ubsan
----------------
thurstond wrote:

What is special about these two sanitizers (why doesn't it also apply to lsan/msan/tsan)?

https://github.com/llvm/llvm-project/pull/83524


More information about the llvm-commits mailing list