backend/rv64: Add biscuit as the assembler

This commit is contained in:
Yang Liu 2023-12-31 18:09:00 +08:00 committed by Merry
parent a4b9b431b0
commit 4324b262aa
11 changed files with 86 additions and 22 deletions

View file

@ -14,6 +14,10 @@ if (NOT @BUILD_SHARED_LIBS@)
find_dependency(oaknut 2.0.1)
endif()
if ("riscv" IN_LIST ARCHITECTURE)
find_dependency(biscuit 0.9.1)
endif()
if ("x86_64" IN_LIST ARCHITECTURE)
find_dependency(xbyak 7)
find_dependency(Zydis 4)