[compiler-rt] [compiler-rt][pgo] Guard coroutine profile test on <coroutine> header availability (PR #214958)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 07:03:09 PDT 2026
================
@@ -1,3 +1,4 @@
+// REQUIRES: coroutines
----------------
mtrofin wrote:
This was actually fixed in #214593 but probably @jinhuang1102 forgot to push it. I just did. I would just remove the `REQUIRES` here, since the solution in #214593 addresses that.
https://github.com/llvm/llvm-project/pull/214958
More information about the llvm-commits
mailing list