We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb715ee commit b19eae9Copy full SHA for b19eae9
Sources/LLVM/Global.swift
@@ -111,7 +111,7 @@ public struct Global: IRGlobal {
111
112
/// Accesses the model of reference for this global variable if it is
113
/// thread-local.
114
- public var threadLocalMode: ThreadLocalModel {
+ public var threadLocalModel: ThreadLocalModel {
115
get { return ThreadLocalModel(llvm: LLVMGetThreadLocalMode(asLLVM())) }
116
set { LLVMSetThreadLocalMode(asLLVM(), newValue.llvm) }
117
}
0 commit comments