Files
clang-p2996/llvm/lib/Object/GOFFObjectFile.cpp
Kai Nacke 6634c3e937 [GOFF] Wrap debug output with LLVM_DEBUG (#87252)
The content of a GOFF record is always dumped if NDEBUG is not defined,
which produces rather confusing output. This changes wrap the dumping
code in LLVM_DEBUG, so the dump is only done when debug output of this
module is requested.
2024-04-01 14:20:41 -04:00

16 KiB