mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Test the object file creation too.
This should *really* be a llvm-mc test, but the parser is broken. See PR33579 for the parser bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306198 cdac9f57-aa62-4fd3-8940-286f4534e8a0
This commit is contained in:
parent
a887b09351
commit
82693db150
@ -1,4 +1,14 @@
|
||||
; RUN: llc -march=amdgcn -verify-machineinstrs -amdgpu-s-branch-bits=4 < %s | FileCheck -check-prefix=GCN %s
|
||||
|
||||
|
||||
; FIXME: We should use llvm-mc for this, but we can't even parse our own output.
|
||||
; See PR33579.
|
||||
; RUN: llc -march=amdgcn -verify-machineinstrs -amdgpu-s-branch-bits=4 -o %t.o -filetype=obj
|
||||
; RUN: llvm-readobj -r %t.o | FileCheck --check-prefix=OBJ %s
|
||||
|
||||
; OBJ: Relocations [
|
||||
; OBJ-NEXT: ]
|
||||
|
||||
; Restrict maximum branch to between +7 and -8 dwords
|
||||
|
||||
; Used to emit an always 4 byte instruction. Inline asm always assumes
|
||||
|
Loading…
Reference in New Issue
Block a user