This creates the next subfolders in the test directory: "COFF", "ELF", "MachO", "wasm". I've also removed platform specific prefixes, like "coff-*". One unused binary was removed as well: `Inputs/relocs.obj.elf-mips` Differential revision: https://reviews.llvm.org/D71203
13 lines
317 B
ArmAsm
13 lines
317 B
ArmAsm
// REQUIRES: x86-registered-target
|
|
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r - | FileCheck %s
|
|
|
|
// CHECK: Relocations [
|
|
// CHECK-NEXT: Section (3) .rela.dyn {
|
|
// CHECK-NEXT: }
|
|
// CHECK-NEXT: ]
|
|
|
|
.section .rela.dyn, "a", @0x60000001
|
|
.ascii "APS2"
|
|
.sleb128 0
|
|
.sleb128 0
|