[llvm] r335208 - Remove FIXME comment about WIP.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 00:15:19 PDT 2018
Author: echristo
Date: Thu Jun 21 00:15:19 2018
New Revision: 335208
URL: http://llvm.org/viewvc/llvm-project?rev=335208&view=rev
Log:
Remove FIXME comment about WIP.
This is the only line other than the function signature remaining
of the original patch.
Modified:
llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp
Modified: llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp?rev=335208&r1=335207&r2=335208&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp (original)
+++ llvm/trunk/lib/MC/MCParser/ELFAsmParser.cpp Thu Jun 21 00:15:19 2018
@@ -382,7 +382,6 @@ bool ELFAsmParser::ParseDirectivePopSect
return false;
}
-// FIXME: This is a work in progress.
bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {
return ParseSectionArguments(/*IsPush=*/false, loc);
}
More information about the llvm-commits
mailing list