Displaying 2 results from an estimated 2 matches for "5ef9828e".
2015 Oct 26
2
How to pass march flag to GCC Assembler arch64-linux-gnu-as
I am trying to cross compile an assembly file using clang but with "
-fno-integrated-as" so that clang does not use its own assembler.
Clangs calls the command: /usr/bin/aarch64-linux-gnu-as -o Myfile.o
Myfile.s but it fails because of missing *-march=armv8-a+crypto *which is
required to build build my source file Myfile.s
I am passing "-march=armv8-a+crypto" to clang command
2015 Oct 26
2
How to pass march flag to GCC Assembler arch64-linux-gnu-as
...ssue though, you can use
> "-Wa,-march=armv8-a+crypto" to give an argument to the assembler
> manually.
>
> Tim.
>
--
*-*Sri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151026/5ef9828e/attachment.html>