rdhindsa added inline comments.
================
Comment at: lld/ELF/ScriptParser.cpp:486
+
+  if (Tok.startswith("elf"))
+    Config->FormatBinary = false;
----------------
Should "default" case be handled here as well?
https://reviews.llvm.org/D48153