[lld] [LLD] Add CLASS syntax to SECTIONS (PR #95323)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 16:29:39 PDT 2024
================
@@ -585,6 +587,35 @@ SmallVector<SectionCommand *, 0> ScriptParser::readOverlay() {
return v;
}
+SectionClassDesc *ScriptParser::readSectionClassDescription() {
+ std::string loc = getCurrentLocation();
----------------
mysterymath wrote:
Thanks; removed.
https://github.com/llvm/llvm-project/pull/95323
More information about the llvm-commits
mailing list