[clang] [clang-tools-extra] [compiler-rt] [llvm] [X86] AMD Zen 6 Initial enablement (PR #179150)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 2 02:45:50 PST 2026
================
@@ -27,6 +27,7 @@
#if (defined(__GNUC__) || defined(__clang__)) && !defined(_MSC_VER)
#include <cpuid.h>
+#include <stdio.h>
----------------
RKSimon wrote:
unnecessary?
https://github.com/llvm/llvm-project/pull/179150
More information about the cfe-commits
mailing list