[ELF] REGION_ALIAS: support quoted names
This commit is contained in:
@@ -549,7 +549,7 @@ void ScriptParser::readRegionAlias() {
|
||||
expect("(");
|
||||
StringRef alias = readName();
|
||||
expect(",");
|
||||
StringRef name = next();
|
||||
StringRef name = readName();
|
||||
expect(")");
|
||||
|
||||
if (script->memoryRegions.count(alias))
|
||||
|
||||
Reference in New Issue
Block a user