[cfe-commits] r146871 - /cfe/trunk/test/CodeGen/pr9614.c

Rafael Espindola rafael.espindola at gmail.com
Mon Dec 19 08:30:31 PST 2011


Author: rafael
Date: Mon Dec 19 10:30:30 2011
New Revision: 146871

URL: http://llvm.org/viewvc/llvm-project?rev=146871&view=rev
Log:
Add a triple to the test.

Modified:
    cfe/trunk/test/CodeGen/pr9614.c

Modified: cfe/trunk/test/CodeGen/pr9614.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pr9614.c?rev=146871&r1=146870&r2=146871&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pr9614.c (original)
+++ cfe/trunk/test/CodeGen/pr9614.c Mon Dec 19 10:30:30 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm %s -o - | FileCheck %s
 
 extern void foo_alias (void) __asm ("foo");
 inline void foo (void) {





More information about the cfe-commits mailing list