[PATCH] D18091: ELF: Implement --build-id.

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 11:38:21 PST 2016


emaste added inline comments.

================
Comment at: ELF/Options.td:15
@@ -14,1 +14,3 @@
 
+def build_id : Flag<["--"], "build-id">,
+  HelpText<"Generate build ID note">;
----------------
gold accepted both -build-id and --build-id



http://reviews.llvm.org/D18091





More information about the llvm-commits mailing list