[PATCH] D23769: [ELF] - Implemented --oformat binary option.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 01:22:37 PDT 2016


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

LGTM. Thank you for doing this!


================
Comment at: ELF/Config.h:95
@@ -94,2 +94,3 @@
   bool NoUndefinedVersion;
+  bool OFormatBinary = false;
   bool Pic;
----------------
Remove `= false`.


https://reviews.llvm.org/D23769





More information about the llvm-commits mailing list