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


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

this should be merged with `at_entry.c`.

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


More information about the cfe-commits mailing list