1// REQUIRES: x86
2// RUN: llvm-mc %s -o %t.o -triple x86_64-pc-linux -filetype=obj
3// RUN: ld.lld %t.o -o /dev/null
4
5// Don't error if __tls_get_addr is defined.
6
7.global _start
8.global __tls_get_addr
9_start:
10__tls_get_addr:
11nop
12