brintos

brintos / llvm-project-archived public Read only

0
0
Text · 481 B · a259344 Raw
13 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3# RUN: ld.lld %t.o --build-id=md5 --shared -o %t.so4# RUN: llvm-readelf -S %t.so | FileCheck %s5 6# Check .note.gnu.build-id is placed before other potentially large sections7# (.dynsym .dynstr (and .rela.dyn in PIE)). This ensures the note information8# available in core files because various core dumpers ensure the first page is9# available.10 11# CHECK: [ 1] .note.gnu.build-id12# CHECK: [ 2] .dynsym13