mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +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
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/awesomekling
Commit: 5b87d26027
Pull-request: https://github.com/SerenityOS/serenity/pull/21619
Reviewed-by: https://github.com/Hendiadyoin1
7 changed files with 15 additions and 6 deletions
6
Userland/Libraries/LibJIT/CMakeLists.txt
Normal file
6
Userland/Libraries/LibJIT/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
Assembler.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibJIT jit)
|
||||
target_link_libraries(LibJIT PRIVATE LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue