r188683 - [analyzer] Add a triple to test/Analysis/cfg.cpp

Jordan Rose jordan_rose at apple.com
Mon Aug 19 10:46:56 PDT 2013


Author: jrose
Date: Mon Aug 19 12:46:55 2013
New Revision: 188683

URL: http://llvm.org/viewvc/llvm-project?rev=188683&view=rev
Log:
[analyzer] Add a triple to test/Analysis/cfg.cpp

Modified:
    cfe/trunk/test/Analysis/cfg.cpp

Modified: cfe/trunk/test/Analysis/cfg.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/cfg.cpp?rev=188683&r1=188682&r2=188683&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/cfg.cpp (original)
+++ cfe/trunk/test/Analysis/cfg.cpp Mon Aug 19 12:46:55 2013
@@ -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





More information about the cfe-commits mailing list