[llvm-commits] [llvm] r158695 - /llvm/trunk/test/CodeGen/X86/constructor.ll

Rafael Espindola rafael.espindola at gmail.com
Mon Jun 18 18:42:35 PDT 2012


Author: rafael
Date: Mon Jun 18 20:42:34 2012
New Revision: 158695

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

Modified:
    llvm/trunk/test/CodeGen/X86/constructor.ll

Modified: llvm/trunk/test/CodeGen/X86/constructor.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/constructor.ll?rev=158695&r1=158694&r2=158695&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/constructor.ll (original)
+++ llvm/trunk/test/CodeGen/X86/constructor.ll Mon Jun 18 20:42:34 2012
@@ -1,5 +1,5 @@
 ; RUN: llc < %s | FileCheck --check-prefix=CTOR %s
-; RUN: llc -use-init-array < %s | FileCheck --check-prefix=INIT-ARRAY %s
+; RUN: llc -mtriple x86_64-pc-linux -use-init-array < %s | FileCheck --check-prefix=INIT-ARRAY %s
 @llvm.global_ctors = appending global [2 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void ()* @f }, { i32, void ()* } { i32 15, void ()* @g }]
 
 define void @f() {





More information about the llvm-commits mailing list