[PATCH] D19308: ThinLTO: Resolve linkonce_odr aliases just like functions

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 22:20:40 PDT 2016


joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.

D19096 has drifted too much, I'm trying to isolate smaller pieces.
Hopefully this one make sense in isolation.

This help to streamline the process of handling importing since
we don't need to special case alias everywhere: just like
linkonce_odr we are sure we will emit one copy.

http://reviews.llvm.org/D19308

Files:
  lib/LTO/ThinLTOCodeGenerator.cpp
  test/ThinLTO/X86/odr_resolution.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19308.54318.patch
Type: text/x-patch
Size: 5859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160420/ec9853cc/attachment.bin>


More information about the llvm-commits mailing list