Open
Description
Once all these items are complete, we can say that Zig has Tier 1 support for 64-bit ARM Linux.
- make sure we can build-exe with
-target aarch64v8-linux-gnu
- make sure we can build-exe with
-target aarch64v8-linux-musleabi
lld: error: undefined symbol: __floatsitf
- I believe this is the last one! Missing compiler_rt functions #1290
- make sure stack traces / debug info works & add test coverage
- add the target to the test matrix
- get the full test suite passing
- figure out a 64-bit arm linux continuous integration testing service and hook it up to zig's CI testing.