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:
Douglas Yung 2018-08-30 19:52:57 +00:00
parent 39ec6e7049
commit 11982cd7db
1 changed files with 1 additions and 1 deletions

View File

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