[PATCH] D13135: [ELF2] Add support for -L and -l command line switches

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 07:13:09 PDT 2015


rafael added inline comments.

================
Comment at: ELF/Driver.cpp:192
@@ +191,3 @@
+                              StringRef Path) {
+  // TODO: Add support for linker scripts.
+  Inputs.push_back(openFile(Path));
----------------
The TODO is not relevant to this patch. Please leave it out.


http://reviews.llvm.org/D13135





More information about the llvm-commits mailing list