[PATCH] D29640: [ELF] - Linkerscript - fix handling of OUTPUT_ARCH command.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 13:47:38 PST 2017


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/LinkerScript.cpp:1249
 void ScriptParser::readOutputArch() {
-  // Error checking only for now.
+  // Ignore expression for now.
   expect("(");
----------------
// OUTPUT_ARCH is ignored for now.


https://reviews.llvm.org/D29640





More information about the llvm-commits mailing list