mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibJIT+LibJS: Move JIT::Assembler into a new LibJIT library
This will allow other parts of the system to generate machine code at runtime. :^)
This commit is contained in:
parent
bfb527e614
commit
5b87d26027
7 changed files with 15 additions and 6 deletions
|
@ -33,6 +33,7 @@ add_subdirectory(LibIDL)
|
|||
add_subdirectory(LibIMAP)
|
||||
add_subdirectory(LibImageDecoderClient)
|
||||
add_subdirectory(LibIPC)
|
||||
add_subdirectory(LibJIT)
|
||||
add_subdirectory(LibJS)
|
||||
add_subdirectory(LibKeyboard)
|
||||
add_subdirectory(LibLine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue