brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · f352466 Raw
12 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3 4# RUN: echo "SECTIONS { patatino = 0x1234; }" > %t.script5# RUN: ld.lld -o %t1 --script %t.script %t6# RUN: llvm-nm %t1 | FileCheck %s7# CHECK: 0000000000001234 A patatino8 9.global _start10_start:11  call patatino12