Skip to content

Commit

Permalink
[Clang][test][VE] Correct bad test in 1e00423
Browse files Browse the repository at this point in the history
Correct bad test in 1e00423.  This
affects clang-ppc64le-rhel.
  • Loading branch information
kaz7 committed Sep 29, 2023
1 parent 0463e00 commit a3c1172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/ve-toolchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3c1172

Please sign in to comment.