diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/tls-execs.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/tls-execs.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/tls-execs.ll b/llvm/test/CodeGen/AArch64/tls-execs.ll index 39ceb9a4795..61600380c24 100644 --- a/llvm/test/CodeGen/AArch64/tls-execs.ll +++ b/llvm/test/CodeGen/AArch64/tls-execs.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -show-mc-encoding < %s | FileCheck %s ; RUN: llc -mtriple=aarch64-none-linux-gnu -filetype=obj < %s | llvm-objdump -r - | FileCheck --check-prefix=CHECK-RELOC %s +; arm64 has its own copy of tls-execs.ll, copied from this one during implementation. @initial_exec_var = external thread_local(initialexec) global i32 |

