mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-03 15:26:18 +00:00
[pr19844] Add thread local mode to aliases.
This matches gcc's behavior. It also seems natural given that aliases contain other properties that govern how it is accessed (linkage, visibility, dll storage). Clang still has to be updated to expose this feature to C. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -17,3 +17,6 @@
|
||||
|
||||
@v6 = alias i16, i32* @v1
|
||||
; CHECK: @v6 = alias i16, i32* @v1
|
||||
|
||||
@v7 = thread_local(localdynamic) alias i32* @v1
|
||||
; CHECK: @v7 = thread_local(localdynamic) alias i32* @v1
|
||||
|
Reference in New Issue
Block a user