[all-commits] [llvm/llvm-project] 633f56: [LegacyPM] Remove ThinLTO bitcode writer legacy pass
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Aug 15 14:23:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 633f5663c37a670e28040cadd938200abd854483
https://github.com/llvm/llvm-project/commit/633f5663c37a670e28040cadd938200abd854483
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO.h
M llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[LegacyPM] Remove ThinLTO bitcode writer legacy pass
Using the legacy PM for the optimization pipeline is deprecated and in
the process of being removed. This is a small step in that direction.
For an example of migrating to the new PM:
https://github.com/llvm/llvm-project/commit/853b57fe80bdb9d6b19697e6f2abc734834e9f6d
More information about the All-commits
mailing list