brintos

brintos / llvm-project-archived public Read only

0
0
Text · 343 B · f191580 Raw
11 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/relocatable-non-alloc.s -o %t2.o4# RUN: ld.lld %t2.o %t2.o -r -o %t3.o5# RUN: ld.lld %t1.o %t3.o -o %t.o | FileCheck -allow-empty %s6 7# CHECK-NOT:  has non-ABS reloc8 9.globl _start10_start:11