brintos

brintos / llvm-project-archived public Read only

0
0
Text · 350 B · 919515f Raw
11 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3// RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s4 5// CHECK:      error: section type mismatch for .shstrtab6// CHECK-NEXT: >>> <internal>:(.shstrtab): SHT_STRTAB7// CHECK-NEXT: >>> output section .shstrtab: Unknown8 9.section .shstrtab,"",@0x6000000010.short 2011