brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · 4d7d690 Raw
9 lines · plain
1# REQUIRES: x862## Check that we emit an error for -Ttext-segment.3 4# RUN: llvm-mc -filetype=obj -triple=x86_64 /dev/null -o %t.o5# RUN: not ld.lld %t.o -Ttext-segment=0x100000 -o /dev/null 2>&1 | FileCheck %s6# RUN: not ld.lld %t.o -Ttext-segment 0x100000 -o /dev/null 2>&1 | FileCheck %s7 8# CHECK: error: -Ttext-segment is not supported. Use --image-base if you intend to set the base address9