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

Daniel Kiss via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 08:35:17 PDT 2024


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

winnt.h complains about it if not defined and clang doesn't define it.

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


More information about the llvm-commits mailing list