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

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 10 11:30:26 PDT 2018


nickdesaulniers added a comment.

I think we should pass these flags along to the linker, too. Not just the assembler.  Maybe within tools::gnutools::Linker::ConstructJob() within lib/Driver/ToolChains/Gnu.cpp?


https://reviews.llvm.org/D52784





More information about the cfe-commits mailing list