File aarch64-workaround.patch of Package llvm
Index: llvm/lib/Support/CMakeLists.txt =================================================================== --- llvm.orig/lib/Support/CMakeLists.txt +++ llvm/lib/Support/CMakeLists.txt @@ -113,3 +113,5 @@ add_llvm_library(LLVMSupport Windows/TimeValue.inc Windows/Watchdog.inc ) + +set_source_files_properties(APInt.cpp PROPERTIES COMPILE_FLAGS -O0)