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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 20:10:28 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__)
----------------
MaskRay wrote:

`msan`, `lsan`, `gwp_asan` places lit tests directly under the directory, while some use `TestCases/`. Avoiding `TestCases` is preferred. Is the lit set up to avoid `TestCases`?

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


More information about the llvm-commits mailing list