[PATCH] D66490: [NewPM] Enable the New Pass Manager by Default in Clang
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 20 12:13:55 PDT 2019
leonardchan added a comment.
As of now, from running `check-llvm` and `check-clang` there's 2 failing tests, but I'm trying to get those addressed.
- `Clang :: CodeGen/split-lto-unit.c` which should be resolved by D66488 <https://reviews.llvm.org/D66488>
- `Clang :: CodeGenCXX/ubsan-coroutines.cpp` which was introduced by D44672 <https://reviews.llvm.org/D44672> but I think should be fixed by just disabling the test under the new PM since coroutines haven't been ported yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66490/new/
https://reviews.llvm.org/D66490
More information about the cfe-commits
mailing list