This revision was automatically updated to reflect the committed changes.
Closed by commit rL287851: Make these tests work more reliably with Release
builds. (authored by dyung).
Changed prior to commit:
https://reviews.llvm.org/D26827?vs=78449&id=79181#toc
Repository:
rL LLVM
https://revie
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
I'm ok with these changes but please check that tests are still working on
Windows
https://reviews.llvm.org/D26827
___
cfe-commits mailing lis
dyung created this revision.
dyung added a reviewer: ABataev.
dyung added a subscriber: cfe-commits.
These two tests in many places looks for a pattern:
...
br ... label % ...
...
In non-release builds of the compiler, this works fine. For example:
br label %omp.inner.for.cond, !dbg !313
omp.i