[llvm] [llvm-objdump] Add preliminary support for decoding binary files (PR #115667)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 17 13:01:46 PST 2024
MaskRay wrote:
BinaryObjectFile.cpp:40 has an unchecked `Error Err`, leading to a failure in a LLVM_ENABLE_ASSERTIONS=on build (default for debug).
https://llvm.org/docs/ProgrammersManual.html#recoverable-errors#:~:text=either%20checked
https://github.com/llvm/llvm-project/pull/115667
More information about the llvm-commits
mailing list