[PATCH] D96553: [NFC] Combine runNewPMPasses() and runNewPMCustomPasses()
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 03:33:24 PST 2021
danilaml added a comment.
Don't know why no buildbot has caught it, but I think (haven't bisected yet, but this seems like the most likely culprit) this broke
LLVM :: tools/llvm-lto2/X86/pipeline.ll
lld :: ELF/lto/ltopasses-custom.ll
It seems that now, in both of these cases
`; CHECK: define void @foo() {`
has changed to
`define void @foo() local_unnamed_addr #0 {`
which is probably a good thing but tests need adjusting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96553/new/
https://reviews.llvm.org/D96553
More information about the llvm-commits
mailing list