[compiler-rt] [sanitizer] Reject unsupported -static at link time (PR #83524)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 16:25:31 PST 2024
================
@@ -0,0 +1,2 @@
+// UNSUPPORTED: hwasan, ubsan
----------------
MaskRay wrote:
Right. The test is only for sanitizers that are guaranteed to use interceptors that are incompatible with `-static` links. I unsupport hwasan/ubsan because they may not use interceptors.
https://github.com/llvm/llvm-project/pull/83524
More information about the llvm-commits
mailing list