[all-commits] [llvm/llvm-project] 2e6ac5: [LegacyPM] Remove ThinLTO/LTO pipelines
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Apr 18 10:12:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e6ac54cf48aa04f7b05c382c33135b16d3f01ea
https://github.com/llvm/llvm-project/commit/2e6ac54cf48aa04f7b05c382c33135b16d3f01ea
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-04-18 (Mon, 18 Apr 2022)
Changed paths:
M llvm/include/llvm-c/Transforms/PassManagerBuilder.h
M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/tools/bugpoint/bugpoint.cpp
Log Message:
-----------
[LegacyPM] Remove ThinLTO/LTO pipelines
Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove the (Thin)LTO pipelines.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D123882
More information about the All-commits
mailing list