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
13
external/llvm/test/MC/X86/inline-asm-obj.ll
vendored
13
external/llvm/test/MC/X86/inline-asm-obj.ll
vendored
@ -1,13 +0,0 @@
|
||||
; RUN: llc %s -o - | llvm-mc -triple=x86_64-pc-linux -o %t1 -filetype=obj
|
||||
; RUN: llc %s -o %t2 -filetype=obj
|
||||
; RUN: cmp %t1 %t2
|
||||
|
||||
; Test that we can handle inline assembly referring to a temporary label.
|
||||
; We crashed when using direct object emission in the past.
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
define void @fj() {
|
||||
call void asm "bsr $0,%eax", "o"(i32 1)
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user