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


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

Fixed all of your latest round in the latest commit

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


More information about the cfe-commits mailing list