[PATCH] D52784: [ARM][AArch64] Pass through endianness flags to the GNU assembler and linker

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 18 13:37:26 PDT 2018


xbolva00 added inline comments.


================
Comment at: lib/Driver/ToolChains/Gnu.cpp:241
+  case llvm::Triple::thumbeb:
+    IsBigEndian = true;
+  case llvm::Triple::arm:
----------------
Gnu.cpp:241:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
     IsBigEndian = true;


Repository:
  rC Clang

https://reviews.llvm.org/D52784





More information about the cfe-commits mailing list