brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · d09cb8e Raw
12 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3# RUN: ld.lld %t.o -o %t4# RUN: llvm-readobj -l %t | FileCheck %s5 6## Check we do not create a PT_NOTE segment for non-allocatable note section.7 8# CHECK-NOT:  PT_NOTE9 10.section  .note,"",@note11.quad 012