Command line options --arm-target1-rel and --arm-target1-abs have been renamed to be compatible with GNU linkers. Two tests have been updated: test/elf/options/target-specific-args.test test/elf/ARM/rel-arm-target1.test Differential Revision: http://reviews.llvm.org/D9037 llvm-svn: 235499
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
# Test of target specific options
|
|
# RUN: lld -flavor gnu -target x86_64 --target1-rel \
|
|
# RUN: %p/../Inputs/foo.o.x86-64 --noinhibit-exec -o %t 2>&1 | FileCheck %s
|
|
|
|
# CHECK: warning: ignoring unsupported ARM/ELF specific argument: --target1-rel
|