You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
18
external/llvm/test/CodeGen/ARM/tail-call-weak.ll
vendored
18
external/llvm/test/CodeGen/ARM/tail-call-weak.ll
vendored
@ -1,18 +0,0 @@
|
||||
; RUN: llc -mtriple thumbv7-windows-coff -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-COFF
|
||||
; RUN: llc -mtriple thumbv7-elf -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-OTHER
|
||||
; RUN: llc -mtriple thumbv7-macho -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-OTHER
|
||||
|
||||
declare i8* @f()
|
||||
declare extern_weak i8* @g(i8*)
|
||||
|
||||
; weak symbol resolution occurs statically in PE/COFF, ensure that we permit
|
||||
; tail calls on weak externals when targeting a COFF environment.
|
||||
define void @test() {
|
||||
%call = tail call i8* @f()
|
||||
%call1 = tail call i8* @g(i8* %call)
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-COFF: b g
|
||||
; CHECK-OTHER: bl {{_?}}g
|
||||
|
Reference in New Issue
Block a user