Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1.
cff075009 made LLVM emit less debuginfo when compiling with "line-tables-only". The change was essentially correct but the reduced amount of debuginfo broke a number of tools. This commit reverts the change so we get back the old behavior, until we figure out how to do this properly and give external tools to adapt to the new format. See #60020 for more info.
- Loading branch information