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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 18 19:23:28 PDT 2024


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

Driver tests should only use `-###` to test CC1 options. We don't test different `-O` combinations. It's not useful to test `-flto`

test/CodeGen tests `%clang_cc1`

We generally don't add end-to-end tests.


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


More information about the cfe-commits mailing list