[clang] [Clang][AArch64] set default mtune for macOS (PR #179136)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 12:58:43 PST 2026
================
@@ -13,6 +13,7 @@
#include "llvm/Option/ArgList.h"
#include "llvm/TargetParser/AArch64TargetParser.h"
#include "llvm/TargetParser/Host.h"
+#include <optional>
----------------
jroelofs wrote:
https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible
https://github.com/llvm/llvm-project/pull/179136
More information about the cfe-commits
mailing list