[llvm] r266958 - ThinLTO: Resolve linkonce_odr aliases just like functions

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 03:02:01 PDT 2016


On 21 April 2016 at 10:57, Renato Golin <renato.golin at linaro.org> wrote:
> On 21 April 2016 at 06:47, Mehdi Amini via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: mehdi_amini
>> Date: Thu Apr 21 00:47:17 2016
>> New Revision: 266958
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=266958&view=rev
>> Log:
>> ThinLTO: Resolve linkonce_odr aliases just like functions
>>
>> This help to streamline the process of handling importing since
>> we don't need to special case alias everywhere: just like
>> linkonce_odr function, make sure at least one alias is emitted
>> by turning it weak.
>
> Hi,
>
> Either this or your next patch broke the bot:
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/11620

Ignore me, you already fixed it. :)

cheers,
--renato


More information about the llvm-commits mailing list