Skip to content

Commit b19eae9

Browse files
committed
Use the right name for the Thread Local Model
1 parent fb715ee commit b19eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LLVM/Global.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public struct Global: IRGlobal {
111111

112112
/// Accesses the model of reference for this global variable if it is
113113
/// thread-local.
114-
public var threadLocalMode: ThreadLocalModel {
114+
public var threadLocalModel: ThreadLocalModel {
115115
get { return ThreadLocalModel(llvm: LLVMGetThreadLocalMode(asLLVM())) }
116116
set { LLVMSetThreadLocalMode(asLLVM(), newValue.llvm) }
117117
}

0 commit comments

Comments
 (0)