mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 20:02:39 -04:00
Add ObjectGenerator and Register Allocator (#10)
* start the ObjectFileGenerator * finish v3 generation * add analysis for register allocator * add register allocator * fix const * fix build * fix formatting for clang-format * attempt to fix windows build * windows 2 * windows 3 * windows 4 * windows 5 * windows 6
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ IF (WIN32)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
# TODO - implement windows listener
|
||||
message("Windows Listener Not Implemented!")
|
||||
target_link_libraries(goalc-test mman goos util runtime emitter type_system gtest)
|
||||
target_link_libraries(goalc-test mman goos util runtime compiler type_system gtest)
|
||||
ELSE()
|
||||
target_link_libraries(goalc-test goos util listener runtime emitter type_system gtest)
|
||||
target_link_libraries(goalc-test goos util listener runtime compiler type_system gtest)
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user