[all-commits] [llvm/llvm-project] e55002: [RemoveDIs] Load into new debug info format by def...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Mon Mar 25 02:26:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e550022b68fc75d32e44faa59ed8f02036cd8f26
https://github.com/llvm/llvm-project/commit/e550022b68fc75d32e44faa59ed8f02036cd8f26
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M llvm/tools/llvm-dis/llvm-dis.cpp
Log Message:
-----------
[RemoveDIs] Load into new debug info format by default in llvm-dis (#86276)
Directly load all bitcode into the new debug info format in llvm-dis.
This means that new-mode bitcode no longer round-trips back to old-mode
after parsing, and that old-mode bitcode gets auto-upgraded to new-mode
debug info (which is the current in-memory default in LLVM).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list