[cfe-commits] r86563 - /cfe/trunk/test/Sema/128bitint.c

Anders Carlsson andersca at mac.com
Mon Nov 9 09:54:53 PST 2009


Author: andersca
Date: Mon Nov  9 11:54:53 2009
New Revision: 86563

URL: http://llvm.org/viewvc/llvm-project?rev=86563&view=rev
Log:
Add a triple to try to fix the buildbot error.

Modified:
    cfe/trunk/test/Sema/128bitint.c

Modified: cfe/trunk/test/Sema/128bitint.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/128bitint.c?rev=86563&r1=86562&r2=86563&view=diff

==============================================================================
--- cfe/trunk/test/Sema/128bitint.c (original)
+++ cfe/trunk/test/Sema/128bitint.c Mon Nov  9 11:54:53 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang-cc -fsyntax-only -verify -triple x86_64-apple-darwin9 %s
 typedef int i128 __attribute__((__mode__(TI)));
 typedef unsigned u128 __attribute__((__mode__(TI)));
 





More information about the cfe-commits mailing list