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

Tests don't work on M1 Mac #602

Open
tetsuo-cpp opened this issue Jun 23, 2022 · 0 comments
Open

Tests don't work on M1 Mac #602

tetsuo-cpp opened this issue Jun 23, 2022 · 0 comments
Assignees
Labels

Comments

@tetsuo-cpp
Copy link
Contributor

The CMake configuration allows testing on x86 for anything that's not Windows. However for ARM, it only supports Linux. Relevant snippet here.

If I hack up the CMake to build on my M1 anyway, I see this assembler error on ninja test_dependencies.

/var/folders/mq/25w5gx6x0w7c5hq2l6tz8k_40000gn/T/Tests-070b22.s:7477:4: error: this directive must appear between .cfi_startproc and .cfi_endproc directives
7: .cfi_endproc ; .section "__aarch64_test_table", "a" ; .quad 0 ; hlt #0 ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant