[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:45:27 PDT 2024


================
@@ -0,0 +1,9 @@
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsanitize=realtime -emit-llvm -o - %s | FileCheck %s
----------------
MaskRay wrote:

`*-unknown-linux-gnu` is more popular.

`none` could also be used for the OS component and is slightly misleading.

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


More information about the cfe-commits mailing list