[all-commits] [llvm/llvm-project] 6634c3: [GOFF] Wrap debug output with LLVM_DEBUG (#87252)
Kai Nacke via All-commits
all-commits at lists.llvm.org
Mon Apr 1 11:21:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6634c3e9377abf88c08bb065fb55aa15cda4c248
https://github.com/llvm/llvm-project/commit/6634c3e9377abf88c08bb065fb55aa15cda4c248
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2024-04-01 (Mon, 01 Apr 2024)
Changed paths:
M llvm/lib/Object/GOFFObjectFile.cpp
Log Message:
-----------
[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.
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