blob: 7c65c6c9f2c7c23347b848176a7ee1954ff7cb21 (
plain) (
blame)
1
2
3
4
5
|
# REQUIRES: x86
## The test file contains a STT_TLS symbol but has no TLS section.
# RUN: not ld.lld %S/Inputs/tls-symbol.elf -o %t 2>&1 | FileCheck %s
# CHECK: has a STT_TLS symbol but doesn't have a PT_TLS section
|