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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 10:48:00 PDT 2024


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

Thx for letting me know the existing asan.c/tsan. I'll try to clean up the two tests.

For this driver test which will use `-###`, `-O` is entirely uninteresting.

Sometimes `-O1` or above may be interesting for CodeGen tests but probably not for this.

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


More information about the cfe-commits mailing list