[clang] a3c1172 - [Clang][test][VE] Correct bad test in 1e00423

Kazushi Marukawa via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 29 15:28:24 PDT 2023


Author: Kazushi (Jam) Marukawa
Date: 2023-09-30T07:27:00+09:00
New Revision: a3c11723d508efd59dbadcc078fec7513f99fdfd

URL: https://github.com/llvm/llvm-project/commit/a3c11723d508efd59dbadcc078fec7513f99fdfd
DIFF: https://github.com/llvm/llvm-project/commit/a3c11723d508efd59dbadcc078fec7513f99fdfd.diff

LOG: [Clang][test][VE] Correct bad test in 1e00423

Correct bad test in 1e004237883260d5349d145cefd829824a86cdb8.  This
affects clang-ppc64le-rhel.

Added: 
    

Modified: 
    clang/test/Driver/ve-toolchain.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/ve-toolchain.cpp b/clang/test/Driver/ve-toolchain.cpp
index 15a556517182e87..cd48dd792f85826 100644
--- a/clang/test/Driver/ve-toolchain.cpp
+++ b/clang/test/Driver/ve-toolchain.cpp
@@ -13,7 +13,7 @@
 /// Checking include-path
 
 // RUN: %clangxx -### --target=ve-unknown-linux-gnu \
-// RUN:     --sysroot %S/Inputs/basic_ve_tree %s \
+// RUN:     --sysroot %S/Inputs/basic_ve_tree %s -fuse-ld=ld \
 // RUN:     -ccc-install-dir %S/Inputs/basic_ve_tree/bin \
 // RUN:     -resource-dir=%S/Inputs/basic_ve_tree/resource_dir \
 // RUN:     2>&1 | FileCheck -check-prefix=DEFINC %s


        


More information about the cfe-commits mailing list