12 lines · plain
1// REQUIRES: x862// RUN: llvm-mc %s -o %t.o -triple x86_64-pc-linux -filetype=obj3// RUN: ld.lld %t.o -o /dev/null4 5// Don't error if __tls_get_addr is defined.6 7.global _start8.global __tls_get_addr9_start:10__tls_get_addr:11nop12