[LLVMdev] [Compiler-rt] -march=aarch64 flag in gcc/clang
Gundapaneni, Sumanth
sgundapa at quicinc.com
Mon Dec 1 14:42:45 PST 2014
Hi,
I wonder if this is a valid flag in either clang/gcc.
The flag in question is "-march=aarch64". I verified with latest tip and neither clang nor gcc fail to recognize this flag.
This piece of code is in cmake/config-ix.cmake in compiler-rt repo.
+ elseif("${COMPILER_RT_TEST_TARGET_ARCH}" MATCHES "aarch64")
+ test_target_arch(aarch64 "-march=aarch64")
Anyone have any thoughts or any suggestions ? Currently this is blocking my compiler-rt build for aarch64-linux.
--Sumanth G
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141201/2016182c/attachment.html>
More information about the llvm-dev
mailing list