Skip to content

Commit a3c1172

Browse files
committed
[Clang][test][VE] Correct bad test in 1e00423
Correct bad test in 1e00423. This affects clang-ppc64le-rhel.
1 parent 0463e00 commit a3c1172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/ve-toolchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/// Checking include-path
1414

1515
// RUN: %clangxx -### --target=ve-unknown-linux-gnu \
16-
// RUN: --sysroot %S/Inputs/basic_ve_tree %s \
16+
// RUN: --sysroot %S/Inputs/basic_ve_tree %s -fuse-ld=ld \
1717
// RUN: -ccc-install-dir %S/Inputs/basic_ve_tree/bin \
1818
// RUN: -resource-dir=%S/Inputs/basic_ve_tree/resource_dir \
1919
// RUN: 2>&1 | FileCheck -check-prefix=DEFINC %s

0 commit comments

Comments
 (0)