You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
14
external/llvm/test/ThinLTO/X86/Inputs/distributed_import.ll
vendored
Normal file
14
external/llvm/test/ThinLTO/X86/Inputs/distributed_import.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
|
||||
@G = internal global i32 7
|
||||
define i32 @g() {
|
||||
entry:
|
||||
%0 = load i32, i32* @G
|
||||
ret i32 %0
|
||||
}
|
||||
|
||||
@analias = alias void (...), bitcast (void ()* @aliasee to void (...)*)
|
||||
define void @aliasee() {
|
||||
entry:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user