[clang] [Darwin][Driver][clang] arm64-apple-none-macho is missing the Apple macros from arm-apple-none-macho (PR #122427)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 14:03:22 PST 2025
================
@@ -243,6 +247,8 @@ std::unique_ptr<TargetInfo> AllocateTarget(const llvm::Triple &Triple,
case llvm::Triple::thumbeb:
----------------
jroelofs wrote:
oh, I missed that we're already lumping `arm-none-macho` & friends under `DarwinARMTargetInfo`.
https://github.com/llvm/llvm-project/pull/122427
More information about the cfe-commits
mailing list