You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
20
external/llvm/test/Linker/pr21374.ll
vendored
20
external/llvm/test/Linker/pr21374.ll
vendored
@ -1,20 +0,0 @@
|
||||
; RUN: llvm-link -S -o - %p/pr21374.ll %p/Inputs/pr21374.ll | FileCheck %s
|
||||
; RUN: llvm-link -S -o - %p/Inputs/pr21374.ll %p/pr21374.ll | FileCheck %s
|
||||
|
||||
; RUN: llvm-as -o %t1.bc %p/pr21374.ll
|
||||
; RUN: llvm-as -o %t2.bc %p/Inputs/pr21374.ll
|
||||
|
||||
; RUN: llvm-link -S -o - %t1.bc %t2.bc | FileCheck %s
|
||||
; RUN: llvm-link -S -o - %t2.bc %t1.bc | FileCheck %s
|
||||
|
||||
; Test that we get the same result with or without lazy loading.
|
||||
|
||||
; CHECK: %foo = type { i8* }
|
||||
; CHECK-DAG: bitcast i32* null to %foo*
|
||||
; CHECK-DAG: define void @g(%foo* %x)
|
||||
|
||||
%foo = type { i8* }
|
||||
define void @f() {
|
||||
bitcast i32* null to %foo*
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user