brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · b155d58 Raw
10 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o3# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s4# RUN: ld.lld %t.o -o /dev/null --noinhibit-exec5 6# CHECK: error: {{.*}}.o:(.mergeable): string is not null terminated7 8.section .mergeable,"MS",@progbits,29  .short 0x112210