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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 15:56:46 PST 2024


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

I guess `hwasan, ubsan` can be with or without interceptors

hwasan on non-android linux will be with interceptors

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


More information about the llvm-commits mailing list