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.
2 parents 27073da + 1388681 commit c66da21Copy full SHA for c66da21
Sources/LLVM/Alias.swift
@@ -3,7 +3,7 @@ import cllvm
3
#endif
4
5
/// An `Alias` represents a global alias in an LLVM module - a new symbol and
6
-/// corresponding metadata for an existing position
+/// corresponding metadata for an existing global value.
7
public struct Alias: IRGlobal {
8
internal let llvm: LLVMValueRef
9
0 commit comments