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
15
external/llvm/test/tools/gold/X86/bcsection.ll
vendored
15
external/llvm/test/tools/gold/X86/bcsection.ll
vendored
@ -1,15 +0,0 @@
|
||||
; RUN: rm -rf %t && mkdir -p %t
|
||||
; RUN: llvm-as -o %t/bcsection.bc %s
|
||||
|
||||
; RUN: llvm-mc -I=%t -filetype=obj -triple=x86_64-unknown-unknown -o %t/bcsection.bco %p/Inputs/bcsection.s
|
||||
; RUN: llvm-nm -no-llvm-bc %t/bcsection.bco | count 0
|
||||
; RUN: %gold -r -o %t/bcsection.o -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext %t/bcsection.bco
|
||||
; RUN: llvm-nm -no-llvm-bc %t/bcsection.o | FileCheck %s
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-unknown"
|
||||
|
||||
; CHECK: main
|
||||
define i32 @main() {
|
||||
ret i32 0
|
||||
}
|
Reference in New Issue
Block a user