[PATCH] D90330: [NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 12:09:52 PDT 2020


mtrofin created this revision.
mtrofin added a reviewer: tejohnson.
Herald added subscribers: llvm-commits, cfe-commits, steven_wu, hiraditya, inglorion.
Herald added projects: clang, LLVM.
mtrofin requested review of this revision.

Changing to pass by ref - less null checks to worry about.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90330

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90330.301372.patch
Type: text/x-patch
Size: 6949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/3f6a5682/attachment.bin>


More information about the llvm-commits mailing list