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
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