[PATCH] D45434: [ELF] - Eliminate AssertCommand.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 11:16:32 PDT 2018


ruiu added inline comments.


================
Comment at: ELF/ScriptParser.cpp:764
 
 SymbolAssignment *ScriptParser::readProvideOrAssignment(StringRef Tok) {
+  if (Tok == "ASSERT")
----------------
This change might be okay, but this function name has to be changed.


https://reviews.llvm.org/D45434





More information about the llvm-commits mailing list