From 0b1abdabb5a072c21590eeddeea78894145b6863 Mon Sep 17 00:00:00 2001 From: Nick Lewycky <nicholas@mxc.ca> Date: Fri, 10 Apr 2015 07:43:19 +0000 Subject: [PATCH] Fix typo in test. There is no %clangcxx, but there is %clangxx. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234574 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/sanitizer-ld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/sanitizer-ld.c b/test/Driver/sanitizer-ld.c index 729b787604c..a95a83397e9 100644 --- a/test/Driver/sanitizer-ld.c +++ b/test/Driver/sanitizer-ld.c @@ -273,7 +273,7 @@ // 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 \ -- GitLab