[clang] [compiler-rt] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

Chris Apple via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 22:21:10 PDT 2024


================
@@ -0,0 +1,71 @@
+# -*- Python -*-
+
+import os
+
+# Setup config name.
+config.name = "RADSAN" + config.name_suffix
+
+# Setup source root.
+config.test_source_root = os.path.dirname(__file__)
----------------
cjappl wrote:

Yes, the lit tests may be placed directly in `compiler-rt/test/radsan/` and they run as intended. Just checked on our branch that has them implemented.

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


More information about the llvm-commits mailing list