[clang] [clang][rtsan] Introduce realtime sanitizer codegen and driver (PR #102622)

Chris Apple via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 11:28:58 PDT 2024


================
@@ -0,0 +1,14 @@
+// RUN: %clang     -target x86_64-unknown-linux -fsanitize=realtime %s -S -emit-llvm -o - | FileCheck %s
----------------
cjappl wrote:

Got rid of this test completely, thanks for the help understanding all this. I'll mark this as resolved

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


More information about the cfe-commits mailing list