[PATCH] D23031: [LinkerScript] Support OR of FLAGS in PHDR directives

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 14:42:40 PDT 2016


On 2 August 2016 at 15:38, Davide Italiano <davide at freebsd.org> wrote:
> Weird. Can you please try replacing the `+` with a `|` ? I got
> "unexpected |" on Fedora 24 (even with bfd). I'll give you the linker
> version once I get to the office.

Are you sure you are using bfd? That error message is what I get with
gold. And yes '|' works.

ld.bfd --version says

GNU ld version 2.26.1-1.fc24

Cheers,
Rafael


More information about the llvm-commits mailing list