[llvm] [RemoveDIs] Load into new debug info format by default in llvm-dis (PR #86276)
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 09:00:41 PDT 2024
================
@@ -168,6 +169,9 @@ int main(int argc, char **argv) {
cl::HideUnrelatedOptions({&DisCategory, &getColorCategory()});
cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .ll disassembler\n");
+ // Load bitcode into the new debug info format by default.
----------------
jryans wrote:
Nit: Again perhaps add a line above here, but it's a minor stylistic point.
https://github.com/llvm/llvm-project/pull/86276
More information about the llvm-commits
mailing list