]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/X86_64/sectionchoice.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / X86_64 / sectionchoice.test
1 # This tests that we are able to properly set the sectionChoice for DefinedAtoms
2 RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/zerosizedsection.o  \
3 RUN: --noinhibit-exec -o %t --output-filetype=yaml
4 RUN: FileCheck %s < %t
5
6 CHECK-NOT: section-choice: sectionCustomRequired
7