[PATCH] D15529: Mark arm as the 32bit variant of aarch64 in Triple
Tamas Berghammer via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 08:14:08 PST 2016
tberghammer added a comment.
I am not sure what is the exact functionality of -m32/-m64 but after this change, commands like this are working as expected (for all combination of arm/aarch64):
$ ./bin/clang -target arm-unknown-unknown -m64 -v
clang version 3.8.0 (trunk 256842) (llvm/trunk 256840)
Target: aarch64-unknown-unknown
Thread model: posix
InstalledDir: /mnt/ssd/ll/git/build/host-release/./bin
http://reviews.llvm.org/D15529
More information about the llvm-commits
mailing list