Skip to content

Commit

Permalink
[ELF] Improve INPUT_SECTION_FLAGS test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Feb 19, 2025
1 parent 8b284dc commit 960b80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/test/ELF/input-section-flags.s
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# RUN: .outsec3 : { INPUT_SECTION_FLAGS(SHF_WRITE) *(.sec.*) } \
# RUN: .outsec4 : { INPUT_SECTION_FLAGS(SHF_MERGE & !SHF_STRINGS) *(.sec.*) } \
# RUN: .outsec5 : { INPUT_SECTION_FLAGS(SHF_STRINGS) *(.sec.*) } \
# RUN: .outsec6 : { INPUT_SECTION_FLAGS(!SHF_TLS & !SHF_EXCLUDE & !SHF_COMPRESSED & !SHF_ARM_PURECODE) *(.sec.*) } \
# RUN: } " > %t.script
# RUN: ld.lld -o %t1 --script %t.script %t.o
# RUN: llvm-readobj --symbols %t1 | FileCheck %s
Expand Down

0 comments on commit 960b80c

Please sign in to comment.