]> granicus.if.org Git - clang/commitdiff
Fix typo in test. There is no %clangcxx, but there is %clangxx.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 10 Apr 2015 07:43:19 +0000 (07:43 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 10 Apr 2015 07:43:19 +0000 (07:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234574 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/sanitizer-ld.c

index 729b787604c21d038381f050d9ef53e216e0a880..a95a83397e9a1dc1fcfc3865acfd45955616a921 100644 (file)
 // CHECK-LSAN-ASAN-LINUX: libclang_rt.asan-x86_64
 // CHECK-LSAN-ASAN-LINUX-NOT: libclang_rt.lsan
 
-// RUN: %clangcxx -fsanitize=address %s -### -o %t.o 2>&1 \
+// RUN: %clangxx -fsanitize=address %s -### -o %t.o 2>&1 \
 // RUN:     -mmacosx-version-min=10.6 \
 // RUN:     -target x86_64-apple-darwin13.4.0 \
 // RUN:     --sysroot=%S/Inputs/basic_linux_tree \