forked from OSchip/llvm-project
Change %clang++ to %clangxx in test run line as it was expanding to clang.exe++ on Windows.
llvm-svn: 341106
This commit is contained in:
parent
39ec6e7049
commit
11982cd7db
|
@ -158,7 +158,7 @@
|
|||
// CHECK-CLANG-NO-LIBGCC: "-lc"
|
||||
// CHECK-CLANG-NO-LIBGCC: "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed"
|
||||
//
|
||||
// RUN: %clang++ -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
// RUN: %clangxx -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
// RUN: --target=x86_64-unknown-linux -rtlib=platform \
|
||||
// RUN: --gcc-toolchain="" \
|
||||
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
|
||||
|
|
Loading…
Reference in New Issue