mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
And its follow up "fixup! [builtins][arm64] Build __init_cpu_features_resolver on Apple platforms (#73685)". This reverts commit5b470522cdand212a5e1b9c. Due to build failures on Windows: ``` C:\Users\Tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\compiler-rt\lib\builtins\cpu_model.c(1571,2): error: No support for checking hwcap on this platform yet. 1571 | #error No support for checking hwcap on this platform yet. | ^ ``` https://lab.llvm.org/buildbot/#/builders/120/builds/5990
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================