[PATCH] D58375: [Clang][NewPM] Disable tests that are broken under new PM
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 19 15:47:45 PST 2019
efriedma added a comment.
I can understand why tests that use -O1 or -O2 would produce different results with the new pass manager, but it looks like not all the tests are like that. Do you know why those tests are failing?
For the tests that do use -O, instead of marking them unsupported, could you use -fno-experimental-new-pass-manager or something like that?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58375/new/
https://reviews.llvm.org/D58375
More information about the cfe-commits
mailing list