summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constructor.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-06-19 02:17:35 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-06-19 02:17:35 +0000
commit565bdbf598d92e86ccf526a151892e3171846650 (patch)
treef1bfda201629e176a327a69ef2fb328f6855f5bf /test/CodeGen/X86/constructor.ll
parente08c1347d90a24b274d652d0d1c88e89db373446 (diff)
downloadllvm-565bdbf598d92e86ccf526a151892e3171846650.tar.gz
llvm-565bdbf598d92e86ccf526a151892e3171846650.tar.bz2
llvm-565bdbf598d92e86ccf526a151892e3171846650.tar.xz
really add a triple :-(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158696 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 dacd655035..b57889643e 100644
--- a/test/CodeGen/X86/constructor.ll
+++ b/test/CodeGen/X86/constructor.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck --check-prefix=CTOR %s
+; RUN: llc -mtriple x86_64-pc-linux < %s | FileCheck --check-prefix=CTOR %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 }]