[compiler-rt] [rtsan] Add test to ensure coroutines get caught (PR #111049)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 12:42:11 PDT 2024


================
@@ -0,0 +1,31 @@
+// RUN: %clangxx -std=c++20 -fsanitize=realtime %s -o %t
----------------
fmayer wrote:

What is a system without C++20? This is a test of clang trunk, which supports C++20?

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


More information about the llvm-commits mailing list