1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add a triple to the test.

llvm-svn: 158695
This commit is contained in:
Rafael Espindola 2012-06-19 01:42:34 +00:00
parent 38c45a939d
commit 1cc3be37a0

View 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 -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() {