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
12
external/llvm/test/CodeGen/X86/compiler_used.ll
vendored
12
external/llvm/test/CodeGen/X86/compiler_used.ll
vendored
@ -1,12 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i386-apple-darwin9 | FileCheck %s
|
||||
|
||||
@X = internal global i8 4
|
||||
@Y = internal global i32 123
|
||||
@Z = internal global i8 4
|
||||
|
||||
@llvm.used = appending global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
|
||||
@llvm.compiler.used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "llvm.metadata"
|
||||
|
||||
; CHECK-NOT: .no_dead_strip
|
||||
; CHECK: .no_dead_strip _Z
|
||||
; CHECK-NOT: .no_dead_strip
|
Reference in New Issue
Block a user