[all-commits] [llvm/llvm-project] 6fa355: [NFC][ThinLTO] Change command line passing to Embe...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Oct 28 12:34:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fa35541a0af9d5493e288f574896ee33a8eae92
https://github.com/llvm/llvm-project/commit/6fa35541a0af9d5493e288f574896ee33a8eae92
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/include/llvm/Bitcode/BitcodeWriter.h
M llvm/include/llvm/LTO/LTOBackend.h
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/LTO/LTOBackend.cpp
Log Message:
-----------
[NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule
Changing to pass by ref - less null checks to worry about.
Differential Revision: https://reviews.llvm.org/D90330
More information about the All-commits
mailing list