[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 13:00:28 PDT 2024


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

Ah, hmm, yes that makes sense, you are right. That means the lib(std)c++ it uses is too old. 

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


More information about the llvm-commits mailing list