You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
11
external/llvm/test/MC/ARM/relocated-mapping.s
vendored
11
external/llvm/test/MC/ARM/relocated-mapping.s
vendored
@ -1,11 +0,0 @@
|
||||
@ RUN: llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
|
||||
|
||||
@ Implementation-detail test (unfortunately): values that are relocated do not
|
||||
@ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
|
||||
add r0, r0, r0
|
||||
.word somewhere
|
||||
add r0, r0, r0
|
||||
|
||||
@ CHECK: 00000000 .text 00000000 $a
|
||||
@ CHECK-NEXT: 00000008 .text 00000000 $a
|
||||
@ CHECK-NEXT: 00000004 .text 00000000 $d
|
Reference in New Issue
Block a user