[Lldb-commits] [lldb] [LLDB] Silence warnings when building on Windows (PR #191566)

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 11 04:22:00 PDT 2026


================
@@ -36,11 +38,12 @@ static std::string GetModulePath(HMODULE module) {
   }
   return "";
 }
+#endif
 
+#ifdef LLDB_PYTHON_DLL_RELATIVE_PATH
----------------
mstorsjo wrote:

Thanks; I tried to silence this warning in #188531 but I had botched it so I had to revert it, and didn't have time to get back to it.

This seems like it should work.

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


More information about the lldb-commits mailing list