[PATCH] D22795: [LinkerScript] Support EXCLUDE_FILE inside KEEP

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 18:37:35 PDT 2016


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

LGTM with a nit.


================
Comment at: ELF/LinkerScript.cpp:694
@@ -675,1 +693,3 @@
+                          InCmd->Patterns.end());
+  Cmd->Commands.emplace_back(InCmd.release());
   expect(")");
----------------
push_back(std::move(InCmd))


https://reviews.llvm.org/D22795





More information about the llvm-commits mailing list