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