[PATCH] D154786: [Clang][Driver] Pass through the --be8 endian flag to linker in BareMetal driver For Arm.

Michael Platings via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 02:17:42 PDT 2023


michaelplatings added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Arch/ARM.h:77
 bool isARMAProfile(const llvm::Triple &Triple);
+bool isArmBigEndian(const llvm::Triple &Triple, const llvm::opt::ArgList &Args);
 
----------------
Arm the company has rebranded but for consistency with other code use the all-caps name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154786/new/

https://reviews.llvm.org/D154786



More information about the cfe-commits mailing list