brintos

brintos / llvm-project-archived public Read only

0
0
Text · 307 B · 82ad1f9 Raw
8 lines · plain
1// REQUIRES: x862// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux3// RUN: not ld.lld %t.o -o /dev/null --noinhibit-exec 2>&1 | FileCheck %s4// CHECK: merge-invalid-size.s.tmp.o:(.foo): SHF_MERGE section size (2) must be a multiple of sh_entsize (4)5 6.section .foo,"aM",@progbits,47.short 428