[all-commits] [llvm/llvm-project] ca76d6: [Bugpoint][NewPM] Pin bugpoint to legacy PM
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Sep 15 11:29:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ca76d6e94a30b8fe11a63d3a55d3903c7cd25b5d
https://github.com/llvm/llvm-project/commit/ca76d6e94a30b8fe11a63d3a55d3903c7cd25b5d
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/test/BugPoint/unsymbolized.ll
M llvm/tools/bugpoint/OptimizerDriver.cpp
Log Message:
-----------
[Bugpoint][NewPM] Pin bugpoint to legacy PM
Bugpoint has lots of assumptions and hacks around the legacy PM, put off migrating it to NPM until later.
Fixes tests under BugPoint under NPM.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D87655
More information about the All-commits
mailing list