summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constructor.ll
diff options
context:
space:
mode:
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() {