[llvm] r271052 - Map DynamicNoPIC to Static on non-darwin.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 21:31:14 PDT 2016


On 27 May 2016 at 22:44, Rafael Espindola via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: rafael
> Date: Fri May 27 16:44:18 2016
> New Revision: 271052
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271052&view=rev
> Log:
> Map DynamicNoPIC to Static on non-darwin.
>
> DynamicNoPIC was only every used on darwin. This maps it to static on
> ELF. It matches what is done on X86.

Hi Rafael,

This commit broke the bots:

http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/12466

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/12769

I have reverted in r271096.

We're in a controlled power shutdown throughout Saturday, possibly
Sunday, please wait until all the bots are online to re-commit with a
fix.

Thanks!
--renato


More information about the llvm-commits mailing list