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

Tobias Hieta via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 3 02:18:14 PDT 2023


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

I think this comment also should link to the issue on the Microsoft side so that we can know to remove this later.

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


More information about the cfe-commits mailing list