You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
11
external/llvm/test/Linker/only-needed-used.ll
vendored
11
external/llvm/test/Linker/only-needed-used.ll
vendored
@ -1,11 +0,0 @@
|
||||
; RUN: llvm-link -S %s %p/Inputs/only-needed-used.ll | FileCheck %s
|
||||
; RUN: llvm-link -S -internalize %s %p/Inputs/only-needed-used.ll | FileCheck %s
|
||||
; RUN: llvm-link -S -only-needed %s %p/Inputs/only-needed-used.ll | FileCheck %s
|
||||
; RUN: llvm-link -S -only-needed -internalize %s %p/Inputs/only-needed-used.ll | FileCheck %s
|
||||
|
||||
; Empty destination module!
|
||||
|
||||
|
||||
; CHECK-DAG: @llvm.used = appending global [2 x i8*] [i8* @used1, i8* bitcast (i32* @used2 to i8*)], section "llvm.metadata"
|
||||
; CHECK-DAG: @used1 = global i8 4
|
||||
; CHECK-DAG: @used2 = global i32 123
|
Reference in New Issue
Block a user