[PATCH] D29471: IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 13:25:24 PST 2017


pcc created this revision.

Currently these flags are always in the inverse of each other, so there is
no need to keep them separate.

Depends on https://reviews.llvm.org/D29470


https://reviews.llvm.org/D29471

Files:
  llvm/include/llvm/Linker/IRMover.h
  llvm/lib/LTO/LTO.cpp
  llvm/lib/Linker/IRMover.cpp
  llvm/lib/Linker/LinkModules.cpp
  llvm/lib/Transforms/IPO/FunctionImport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29471.86877.patch
Type: text/x-patch
Size: 5771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170202/f3fffec5/attachment.bin>


More information about the llvm-commits mailing list