Skip to content

Commit 717230c

Browse files
committed
[JITLink] Fix empty comment on LinkGraph::intern method.
1 parent 64c2156 commit 717230c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,11 @@ class LinkGraph {
12691269
return splitBlockImpl(std::move(Blocks), Cache);
12701270
}
12711271

1272-
//
1272+
/// Intern the given string in the LinkGraph's SymbolStringPool.
12731273
orc::SymbolStringPtr intern(StringRef SymbolName) {
12741274
return SSP->intern(SymbolName);
12751275
}
1276+
12761277
/// Add an external symbol.
12771278
/// Some formats (e.g. ELF) allow Symbols to have sizes. For Symbols whose
12781279
/// size is not known, you should substitute '0'.

0 commit comments

Comments
 (0)