From 13fca0e165fd9e05bfe7a94005081d09c4025d95 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Mon, 19 Aug 2013 17:46:55 +0000 Subject: [PATCH] [analyzer] Add a triple to test/Analysis/cfg.cpp git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188683 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/cfg.cpp b/test/Analysis/cfg.cpp index 26e12dcde9..779e790102 100644 --- a/test/Analysis/cfg.cpp +++ b/test/Analysis/cfg.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -std=c++11 %s 2>&1 | FileCheck %s +// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -triple x86_64-apple-darwin12 -std=c++11 %s 2>&1 | FileCheck %s // CHECK: ENTRY // CHECK-NEXT: Succs (1): B1 -- 2.40.0