[all-commits] [llvm/llvm-project] cf1123: [ThinLTO] Option to bypass function importing.
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Sep 22 13:12:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cf112382ddd0d717edf0b8a3e5b061de925258e9
https://github.com/llvm/llvm-project/commit/cf112382ddd0d717edf0b8a3e5b061de925258e9
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M clang/include/clang/CodeGen/BackendUtil.h
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/test/CodeGen/thinlto_embed_bitcode.ll
M llvm/include/llvm/LTO/LTOBackend.h
M llvm/lib/LTO/LTOBackend.cpp
Log Message:
-----------
[ThinLTO] Option to bypass function importing.
This completes the circle, complementing -lto-embed-bitcode
(specifically, post-merge-pre-opt). Using -thinlto-assume-merged skips
function importing. The index file is still needed for the other data it
contains.
Differential Revision: https://reviews.llvm.org/D87949
More information about the All-commits
mailing list