From: Rafael Espindola Date: Tue, 23 Jul 2013 15:02:28 +0000 (+0000) Subject: Run %clang_cc1, it is the one that actually crashes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84248529493d75bfe6ba78d6a4ee3d041d8d1d12;p=clang Run %clang_cc1, it is the one that actually crashes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186943 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/crash-trace.c b/test/Analysis/crash-trace.c index 5b1189d847..5fa94b5dc6 100644 --- a/test/Analysis/crash-trace.c +++ b/test/Analysis/crash-trace.c @@ -1,4 +1,4 @@ -// RUN: not --crash %clang --analyze -Xanalyzer -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s +// RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s void clang_analyzer_crash(void);