[llvm] [llvm] Support llvm::Any across shared libraries on windows (PR #108051)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 09:26:11 PDT 2024
================
@@ -1308,6 +1309,10 @@ class LazyCallGraphDOTPrinterPass
static bool isRequired() { return true; }
};
+#ifdef _WIN32
----------------
compnerd wrote:
Why are these Windows specific? Can we not universally have these be homed on all platforms?
https://github.com/llvm/llvm-project/pull/108051
More information about the llvm-commits
mailing list