[PATCH] D25359: [ThinLTO] Don't link module level assembly when importing

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 11:47:21 PDT 2016


tejohnson retitled this revision from "[ThinLTO] Handle module level inline assembly" to "[ThinLTO] Don't link module level assembly when importing".
tejohnson updated the summary for this revision.
tejohnson updated this revision to Diff 74409.
tejohnson added a comment.

As discussed on IRC, change this patch to just address the immediate issue reported for PR30610 (concatenation of module asm during importing).

We plan to address module asm and inline assembly a different way (per summary record flag to block importing).


https://reviews.llvm.org/D25359

Files:
  include/llvm/Linker/IRMover.h
  lib/LTO/LTO.cpp
  lib/Linker/IRMover.cpp
  lib/Linker/LinkModules.cpp
  test/ThinLTO/X86/Inputs/module_asm.ll
  test/ThinLTO/X86/module_asm_glob.ll
  tools/llvm-lto2/llvm-lto2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25359.74409.patch
Type: text/x-patch
Size: 7803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161012/912aa41c/attachment.bin>


More information about the llvm-commits mailing list