mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
[ELF] - Format. NFC.
llvm-svn: 282395
This commit is contained in:
@@ -1491,9 +1491,7 @@ Expr ScriptParser::readPrimary() {
|
||||
expect("(");
|
||||
StringRef Tok = next();
|
||||
expect(")");
|
||||
return [=](uint64_t Dot) {
|
||||
return ScriptBase->isDefined(Tok) ? 1 : 0;
|
||||
};
|
||||
return [=](uint64_t Dot) { return ScriptBase->isDefined(Tok) ? 1 : 0; };
|
||||
}
|
||||
if (Tok == "SEGMENT_START") {
|
||||
expect("(");
|
||||
|
||||
Reference in New Issue
Block a user