[Debug Info] add DISubroutineType and its creation takes DITypeArray.
[oota-llvm.git] / test / CodeGen / X86 / constructor.ll
index f6dec160e91bd77110a7ad5399cab436208fa0a0..b57889643e0dc6d9f6e4f655e9ce770aa2425696 100644 (file)
@@ -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 < %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 }]
 
 define void @f() {