Skip to content

Commit f78eeff

Browse files
authored
Merge pull request #3 from mrLSD/feat/extend-modules-2
Feat: complete LLVM modules implementation
2 parents 647e0c7 + a515c4c commit f78eeff

File tree

4 files changed

+399
-42
lines changed

4 files changed

+399
-42
lines changed

llvm-api/LLVM/Core/Context.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public final class Context: ContextRef {
222222
}
223223
}
224224

225-
///Destroy a context instance.
225+
/// Destroy a context instance.
226226
///
227227
/// This should be called for every call to LLVMContextCreate() or memory will be leaked.
228228
public func dispose() {

0 commit comments

Comments
 (0)