commit | 2925599897b1459fa46ed95c5e4cceebc91e824a | [log] [tgz] |
---|---|---|
author | Luc Van Oostenryck <lucvoo@kernel.org> | Sat Jan 20 17:16:35 2024 +0100 |
committer | Luc Van Oostenryck <lucvoo@kernel.org> | Mon Jan 29 18:13:43 2024 +0100 |
tree | 7020d1722fc1554b9118356bbc8f8b255a96f881 | |
parent | bf6ea1c69791eaf0ad58587f578d126b0484b688 [diff] |
llvm: allow arm64 Currently, all architectures but the i386/x86 ones are excluded from the LLVM backend, mainly because the lack of testing. Since I can test it now, allow arm64/aarch64 too. Note: this patch is somehow incomplete because the layout is not set but it's not clear what exactly the layout is needed for and at least it allows to run the testsuite on this architecture. Signed-off-by: Luc Van Oostenryck <lucvoo@kernel.org>