[llvm] [RemoveDIs] Load into new debug info format by default in llvm-link (PR #86274)
J. Ryan Stinnett via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 08:58:16 PDT 2024
================
@@ -479,6 +480,9 @@ int main(int argc, char **argv) {
cl::HideUnrelatedOptions({&LinkCategory, &getColorCategory()});
cl::ParseCommandLineOptions(argc, argv, "llvm linker\n");
+ // Load bitcode into the new debug info format by default.
----------------
jryans wrote:
Ultra-nit: Maybe add a blank above this to separate it from the "default" parsing step.
https://github.com/llvm/llvm-project/pull/86274
More information about the llvm-commits
mailing list