[PATCH] D13392: [ELF2] - Implemented --exclude-libs flag

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 11:16:20 PDT 2015


grimar added inline comments.

================
Comment at: ELF/Driver.cpp:125
@@ +124,3 @@
+    StringRef ExcludeLibs = Arg->getValue();
+    SmallVector<StringRef, 5> Libs;
+    ExcludeLibs.split(Config->ExcludeLibs, ",", -1, false);
----------------
Redundant declaration of Libs. Temporary code, will remove.


http://reviews.llvm.org/D13392





More information about the llvm-commits mailing list