[clang] Workaround for MSVC ARM64 build performance regression (PR #65215)

Alexander Smarus via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 3 14:52:50 PDT 2023


================
@@ -30,6 +30,15 @@ set(LLVM_LINK_COMPONENTS
   TransformUtils
   )
 
+# Workaround for MSVC ARM64 performance regression: disable all optimizations (/Od)
----------------
lxbndr wrote:

I was not sure if the link is acceptable to mention there. Will do, thanks!

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


More information about the cfe-commits mailing list