[PATCH] D20634: [ThinLTO] Resolve LinkOnceAny
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 10:34:53 PDT 2016
tejohnson created this revision.
tejohnson added a reviewer: joker.eph.
tejohnson added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.
Ensure we keep prevailing copy of LinkOnceAny by converting it to
WeakAny.
Rename odr_resolution test to the now more appropriate weak_resolution
(weak in the linker sense includes linkonce).
http://reviews.llvm.org/D20634
Files:
lib/LTO/LTO.cpp
test/ThinLTO/X86/Inputs/odr_resolution.ll
test/ThinLTO/X86/Inputs/weak_resolution.ll
test/ThinLTO/X86/alias_resolution.ll
test/ThinLTO/X86/odr_resolution.ll
test/ThinLTO/X86/weak_resolution.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20634.58455.patch
Type: text/x-patch
Size: 9915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160525/aa730783/attachment.bin>
More information about the llvm-commits
mailing list