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

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


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

cheers,
--renato

PS: ignore the sanitizer error, I'm following that on a separate commit.


More information about the llvm-commits mailing list