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 9d0bfea commit ae13998Copy full SHA for ae13998
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
@@ -1126,7 +1126,7 @@ class LinkGraph {
1126
return MutableArrayRef<char>(AllocatedBuffer, SourceStr.size() + 1);
1127
}
1128
1129
- /// Create a section with the given name, protection flags, and alignment.
+ /// Create a section with the given name, protection flags.
1130
Section &createSection(StringRef Name, orc::MemProt Prot) {
1131
assert(!Sections.count(Name) && "Duplicate section name");
1132
std::unique_ptr<Section> Sec(new Section(Name, Prot, Sections.size()));
0 commit comments