diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/emutls1.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/emutls1.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/emutls1.ll b/llvm/test/CodeGen/ARM/emutls1.ll index d4ba7eced66..18d32646e15 100644 --- a/llvm/test/CodeGen/ARM/emutls1.ll +++ b/llvm/test/CodeGen/ARM/emutls1.ll @@ -1,6 +1,6 @@ -; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \ +; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \ ; RUN: | FileCheck %s -; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \ +; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \ ; RUN: -relocation-model=pic | FileCheck %s --check-prefix=PIC ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr. |