This patch adds the aarch64 support in ELFNixPlatform. These are few simple changes, but it allows us to use the orc runtime in ELF/AARCH64 backend. I observed that it succesfully run the static initializers of libc++ iostream implementation so that "cout << Hello world" testcase starts to work.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Does that mean that we were already building the ORC runtime for ELF/arm64? I think that means that we missed some gating in the build system: we should only have been building it for arm64 on Darwin.
It comes in handy here though. LGTM. :)