[Driver][test] Fix Driver/hexagon-toolchain-elf.c for -DCLANG_DEFAULT_LINKER=lld builds after 305bf5b21d

This commit is contained in:
Fangrui Song 2020-02-07 22:27:22 -08:00
parent 2af1640f9a
commit 8d4fe864c4
1 changed files with 1 additions and 0 deletions

View File

@ -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"