forked from OSchip/llvm-project
[Driver][test] Fix Driver/hexagon-toolchain-elf.c for -DCLANG_DEFAULT_LINKER=lld builds after 305bf5b21d
This commit is contained in:
parent
2af1640f9a
commit
8d4fe864c4
|
@ -145,6 +145,7 @@
|
|||
// RUN: %clang -### -target hexagon-unknown-elf \
|
||||
// RUN: -ccc-install-dir %S/Inputs/hexagon_tree/Tools/bin \
|
||||
// RUN: -mcpu=hexagonv67t \
|
||||
// RUN: -fuse-ld=fake-value-to-ignore-CLANG_DEFAULT_LINKER \
|
||||
// RUN: %s 2>&1 \
|
||||
// RUN: | FileCheck -check-prefix=CHECK02B %s
|
||||
// CHECK02B: "-cc1" {{.*}} "-target-cpu" "hexagonv67t"
|
||||
|
|
Loading…
Reference in New Issue