[compiler-rt] [compiler-rt][nsan] Add more tests for shadow memory (PR #100906)

Alexander Shaposhnikov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 10:44:08 PDT 2024


================
@@ -0,0 +1,55 @@
+// RUN: %clangxx_nsan -O2 -g %s -o %t
+// RUN: %run %t 2>&1 | FileCheck %s
+
+// RUN: %clangxx_nsan  -fno-builtin -O2 -g %s -o %t
----------------
alexander-shaposhnikov wrote:

done

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


More information about the llvm-commits mailing list