Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Clang + aarch64 configuration to test library in aarch64 mode #143

Open
phillipjohnston opened this issue Jun 9, 2020 · 0 comments
Open

Comments

@phillipjohnston
Copy link
Member

I don't currently have a setup to test aarch64 with GNU, but I should be able to with clang.

We should test aarch64, aarch64_32, and aarch64_be to make sure all the proper configurations work right and are warning free.

I also see arm64/arm64_32/arm_b - are these just aliases?

$ llc --version
LLVM (http://llvm.org/):
LLVM version 10.0.0
Optimized build.
Default target: x86_64-apple-darwin18.7.0
Host CPU: haswell

Registered Targets:
aarch64 - AArch64 (little endian)
aarch64_32 - AArch64 (little endian ILP32)
aarch64_be - AArch64 (big endian)
amdgcn - AMD GCN GPUs
arm - ARM
arm64 - ARM64 (little endian)
arm64_32 - ARM64 (little endian ILP32)
armeb - ARM (big endian)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant