[all-commits] [llvm/llvm-project] 34ab47: [opt][clang] Enable using -module-summary/-flto=th...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Thu Nov 17 21:06:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34ab474348e2623cc67abddb7bb662385297ac65
https://github.com/llvm/llvm-project/commit/34ab474348e2623cc67abddb7bb662385297ac65
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CodeGen/split-lto-unit.c
M llvm/include/llvm/IRPrinter/IRPrintingPasses.h
M llvm/lib/IRPrinter/CMakeLists.txt
M llvm/lib/IRPrinter/IRPrintingPasses.cpp
M llvm/test/Bitcode/thinlto-function-summary.ll
M llvm/tools/opt/NewPMDriver.cpp
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm
Enable using -module-summary with -S
(similarly to what currently can be achieved with opt <input> -o - | llvm-dis).
This is a recommit of ef9e62469.
Test plan: ninja check-all
Differential revision: https://reviews.llvm.org/D137768
More information about the All-commits
mailing list