1 ## The test file contains an STT_TLS symbol but has no TLS section.
2 ## Check we report an error properly.
4 # RUN: yaml2obj %s -o %t.o
5 # RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
7 # CHECK: has an STT_TLS symbol but doesn't have a PT_TLS segment
18 Flags
: [ SHF_ALLOC
, SHF_EXECINSTR
]