[compiler-rt] [compiler-rt][rtsan] Introduce first end to end RTsan lit tests, enable instrumented unit tests (PR #105732)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 19:31:40 PDT 2024


================
@@ -0,0 +1,17 @@
+// RUN: %clangxx -fsanitize=realtime %s -o %t
----------------
MaskRay wrote:

The directory is about test/rtsan, so any word like "test" "rtsan" does not carry more information.

You can call it `basic.cpp` if you think the readers can start reading this test first.

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


More information about the llvm-commits mailing list