[llvm] [llvm] Support llvm::Any across shared libraries on windows (PR #108051)

Thomas Fransham via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 09:53:25 PDT 2024


================
@@ -1308,6 +1309,10 @@ class LazyCallGraphDOTPrinterPass
   static bool isRequired() { return true; }
 };
 
+#ifdef _WIN32
----------------
fsfod wrote:

I wasn't sure if i would be changing the existing behaviour for Any Ids on non windows platforms in some unexpected way

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


More information about the llvm-commits mailing list