brintos

brintos / llvm-project-archived public Read only

0
0
Text · 358 B · e919aea Raw
13 lines · plain
1// REQUIRES: x862// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux3// RUN: ld.lld %t.o -o %t -shared4// RUN: llvm-objdump --section-headers %t | FileCheck %s5 6// Test that we accept this by just not merging the section.7// CHECK:  .foo          000000088 9bar:10        .section	.foo,"aM",@progbits,811        .long bar - .12        .long bar - .13