mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-18 01:37:56 +00:00
Add a triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6b43a317e
commit
e08c1347d9
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user