forked from OSchip/llvm-project
[Hexagon] Avoid spurious failures in test/Driver/hexagon-toolchain-elf.c
llvm-svn: 269200
This commit is contained in:
parent
6b22ba68d9
commit
338b98fc88
|
@ -63,7 +63,7 @@
|
|||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK020 %s
|
||||
// CHECK020: "-cc1" {{.*}} "-target-cpu" "hexagonv4"
|
||||
// CHECK020: "hexagon-link" {{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v4/crt0
|
||||
// CHECK020: hexagon-link{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v4/crt0
|
||||
|
||||
// RUN: %clang -### -target hexagon-unknown-elf \
|
||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||
|
@ -71,7 +71,7 @@
|
|||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK021 %s
|
||||
// CHECK021: "-cc1" {{.*}} "-target-cpu" "hexagonv5"
|
||||
// CHECK021: "hexagon-link" {{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v5/crt0
|
||||
// CHECK021: hexagon-link{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v5/crt0
|
||||
|
||||
// RUN: %clang -### -target hexagon-unknown-elf \
|
||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||
|
@ -79,7 +79,7 @@
|
|||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK022 %s
|
||||
// CHECK022: "-cc1" {{.*}} "-target-cpu" "hexagonv55"
|
||||
// CHECK022: "hexagon-link" {{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v55/crt0
|
||||
// CHECK022: hexagon-link{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v55/crt0
|
||||
|
||||
// RUN: %clang -### -target hexagon-unknown-elf \
|
||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||
|
@ -87,7 +87,7 @@
|
|||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK023 %s
|
||||
// CHECK023: "-cc1" {{.*}} "-target-cpu" "hexagonv60"
|
||||
// CHECK023: "hexagon-link" {{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v60/crt0
|
||||
// CHECK023: hexagon-link{{.*}}/Inputs/hexagon_tree/Tools/bin/../target/hexagon/lib/v60/crt0
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Test Linker related args
|
||||
|
|
Loading…
Reference in New Issue