forked from OSchip/llvm-project
[Driver][test] Make hexagon-toolchain-elf.c work with CLANG_DEFAULT_PIE_ON_LINUX=on
This commit is contained in:
parent
7a009b4587
commit
deee339796
|
@ -484,19 +484,19 @@
|
||||||
// CHECK041: {{hexagon-link|ld}}
|
// CHECK041: {{hexagon-link|ld}}
|
||||||
// CHECK041: "-G0"
|
// CHECK041: "-G0"
|
||||||
|
|
||||||
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as \
|
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as -fno-pie -no-pie \
|
||||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||||
// RUN: -mcpu=hexagonv60 \
|
// RUN: -mcpu=hexagonv60 \
|
||||||
// RUN: -G=8 \
|
// RUN: -G=8 \
|
||||||
// RUN: %s 2>&1 \
|
// RUN: %s 2>&1 \
|
||||||
// RUN: | FileCheck -check-prefix=CHECK042 %s
|
// RUN: | FileCheck -check-prefix=CHECK042 %s
|
||||||
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as \
|
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as -fno-pie -no-pie \
|
||||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||||
// RUN: -mcpu=hexagonv60 \
|
// RUN: -mcpu=hexagonv60 \
|
||||||
// RUN: -G 8 \
|
// RUN: -G 8 \
|
||||||
// RUN: %s 2>&1 \
|
// RUN: %s 2>&1 \
|
||||||
// RUN: | FileCheck -check-prefix=CHECK042 %s
|
// RUN: | FileCheck -check-prefix=CHECK042 %s
|
||||||
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as \
|
// RUN: %clang -### -target hexagon-unknown-elf -fno-integrated-as -fno-pie -no-pie \
|
||||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||||
// RUN: -mcpu=hexagonv60 \
|
// RUN: -mcpu=hexagonv60 \
|
||||||
// RUN: -msmall-data-threshold=8 \
|
// RUN: -msmall-data-threshold=8 \
|
||||||
|
|
Loading…
Reference in New Issue