summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constructor.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-06-19 01:42:34 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-06-19 01:42:34 +0000
commite08c1347d90a24b274d652d0d1c88e89db373446 (patch)
treec56fe70d0dc7aa5a01a808a7aa5dc5cd5bce3a6d /test/CodeGen/X86/constructor.ll
parentd6b43a317e71246380db55a50b799b062b53cdce (diff)
downloadllvm-e08c1347d90a24b274d652d0d1c88e89db373446.tar.gz
llvm-e08c1347d90a24b274d652d0d1c88e89db373446.tar.bz2
llvm-e08c1347d90a24b274d652d0d1c88e89db373446.tar.xz
Add a triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/constructor.ll')
-rw-r--r--test/CodeGen/X86/constructor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/constructor.ll b/test/CodeGen/X86/constructor.ll
index f6dec160e9..dacd655035 100644
--- a/test/CodeGen/X86/constructor.ll
+++ b/test/CodeGen/X86/constructor.ll
@@ -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() {