[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)
[llvm-project.git] / llvm / test / CodeGen / LoongArch / emutls.ll
blob7824ce33d946f9532586e1733541689c722f9856
1 ; RUN: not llc --mtriple=loongarch64 -emulated-tls -mattr=+d \
2 ; RUN:     -relocation-model=pic < %s 2>&1 | FileCheck %s
4 ; CHECK: LLVM ERROR: the emulated TLS is prohibited
6 @x = thread_local global i8 7, align 2
8 define ptr @get_x() nounwind {
9 entry:
10   ret ptr @x