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