backend/rv64: Add a dummy code generation

This commit is contained in:
Yang Liu
2023-12-31 22:14:52 +08:00
committed by Merry
parent 4324b262aa
commit d743fe8a2a
8 changed files with 166 additions and 14 deletions

View File

@@ -60,6 +60,10 @@ if (DYNARMIC_TESTS_USE_UNICORN)
endif()
endif()
if ("riscv" IN_LIST ARCHITECTURE)
target_link_libraries(dynarmic_tests PRIVATE biscuit::biscuit)
endif()
if ("x86_64" IN_LIST ARCHITECTURE)
target_link_libraries(dynarmic_tests PRIVATE xbyak::xbyak)