[compiler-rt] [compiler-rt] Add cpu model init for Windows. (PR #111961)

Daniel Kiss via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 08:50:20 PDT 2024


================
@@ -0,0 +1,42 @@
+#ifndef _ARM64_
+#define _ARM64_
----------------
DanielKristofKiss wrote:

`windows.h` defines it so let's do that.

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


More information about the llvm-commits mailing list