Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/ARM/emutls1.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \ | 1 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \ |
2 ; RUN: | FileCheck %s | 2 ; RUN: | FileCheck %s |
3 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-androideabi \ | 3 ; RUN: llc < %s -emulated-tls -mtriple=arm-linux-androideabi \ |
4 ; RUN: -relocation-model=pic | FileCheck %s --check-prefix=PIC | 4 ; RUN: -relocation-model=pic | FileCheck %s --check-prefix=PIC |
5 | 5 |
6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr. | 6 ; Compared with tls1.ll, emulated mode should not use __aeabi_read_tp or __tls_get_addr. |
7 | 7 |
8 ; CHECK-NOT: _aeabi_read_tp | 8 ; CHECK-NOT: _aeabi_read_tp |