[cfe-commits] r80645 - /cfe/trunk/test/Preprocessor/non_fragile_feature1.m
Daniel Dunbar
daniel at zuster.org
Mon Aug 31 17:36:20 PDT 2009
Author: ddunbar
Date: Mon Aug 31 19:36:20 2009
New Revision: 80645
URL: http://llvm.org/viewvc/llvm-project?rev=80645&view=rev
Log:
Force triple for this test (non-fragile ABI is default on x86_64-apple-darwin9).
Modified:
cfe/trunk/test/Preprocessor/non_fragile_feature1.m
Modified: cfe/trunk/test/Preprocessor/non_fragile_feature1.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/non_fragile_feature1.m?rev=80645&r1=80644&r2=80645&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/non_fragile_feature1.m (original)
+++ cfe/trunk/test/Preprocessor/non_fragile_feature1.m Mon Aug 31 19:36:20 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s
+// RUN: clang-cc -triple i386-unknown-unknown %s
#ifndef __has_feature
#error Should have __has_feature
#endif
More information about the cfe-commits
mailing list