[NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule
authorMircea Trofin <mtrofin@google.com>
Wed, 28 Oct 2020 19:08:26 +0000 (12:08 -0700)
committerMircea Trofin <mtrofin@google.com>
Wed, 28 Oct 2020 19:33:39 +0000 (12:33 -0700)
commit6fa35541a0af9d5493e288f574896ee33a8eae92
tree13c974e50c763e8c03f4c6ce6bc10fa7ed00be9e
parentbed83940478449b7ee08d43e5b74995912bf8206
[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
clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/Bitcode/BitcodeWriter.h
llvm/include/llvm/LTO/LTOBackend.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/LTO/LTOBackend.cpp