[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Linker / alias-threadlocal.ll
blob3e50a62770b0a34b948981e8bf02da96c1bfd529
1 ; RUN: llvm-link %s %p/Inputs/alias-threadlocal-defs.ll -S -o - | FileCheck %s
3 ; PR46297
4 ; Verify that linking GlobalAliases preserves the thread_local attribute
6 ; CHECK: @tlsvar1 = thread_local global i32 0, align 4
7 ; CHECK: @tlsvar2 = hidden thread_local alias i32, i32* @tlsvar1
9 @tlsvar2 = external thread_local global i32, align 4