Uses D99371
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/OpenMP/cancel_codegen.cpp | ||
---|---|---|
83 | I think it may fail in release mode, where no symbol names are generated. Need to replace labels with macros too. |
clang/test/OpenMP/cancel_codegen.cpp | ||
---|---|---|
83 | Release + Asserts works, I haven't tried w/o asserts yet. That feature is tracked here: https://bugs.llvm.org/show_bug.cgi?id=49714 |
I think it may fail in release mode, where no symbol names are generated. Need to replace labels with macros too.