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

Verified that coff, elf, and mach-o are printed as lower cases. I believe bpf 
is similar.



================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:2176
+    outs() << ":\tfile format ";
+    printLowerCase(O->getFileFormatName(), outs());
+    outs() << "\n\n";
----------------
`outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n\n";`



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74433/new/

https://reviews.llvm.org/D74433



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to