[PATCH] D25676: [ELF] - Add support for -nopie

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 07:24:10 PDT 2016


> +# RUN: not ld.lld -pie -nopie %t1.o -o %t2 2>&1 | FileCheck %s --check-prefix=ERR
> +# ERR: -pie can not be used with -nopie

What does gold/bfd do in here? The common behaviour for options like
this is to use the last one.

Cheers,
Rafael


More information about the llvm-commits mailing list