[PATCH] D48153: Add TARGET(foo) linker script directive.

Rumeet Dhindsa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 14:54:09 PDT 2018


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





More information about the llvm-commits mailing list