[PATCH] D83892: [clang][cli] Port CodeGen option flags to new option parsing system

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 5 17:22:03 PST 2021


rnk added a comment.

Reposting my comment here, since this is where the discussion was:

I think this change broke -gline-tables-only functionality. I compared object files before and after this change. The new object file had a large .debug_loc section, which is only present when full debug info is enabled, and is not desired in this case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83892



More information about the cfe-commits mailing list