[llvm] [OFFLOAD] Add support for more fine grained debug messages control (PR #165416)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 11:50:09 PST 2025


================
@@ -451,6 +451,8 @@ struct GenELF64PluginTy final : public GenericPluginTy {
     if (auto Err = Plugin::check(ffi_init(), "failed to initialize libffi"))
       return std::move(Err);
 #endif
+    OFFLOAD_DEBUG("Init", 2,
----------------
jhuber6 wrote:

I'm not a huge fan of this level concept, it feels totally arbitrary and just providing specific kinds gives people the tools required to recreate it.

https://github.com/llvm/llvm-project/pull/165416


More information about the llvm-commits mailing list