[PATCH] D17256: [ELF] - Minor refactor of LinkerScript file.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 07:54:43 PST 2016


grimar added inline comments.

================
Comment at: ELF/LinkerScript.cpp:122
@@ -119,2 +121,3 @@
   bool IsUnderSysroot;
+  bool Error = false;
 };
----------------
rafael wrote:
> Any particular  reason for this order? 
I think we do that in other places. Flags with flags etc.


http://reviews.llvm.org/D17256





More information about the llvm-commits mailing list