mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
[gn build] Port 0ad562b48bfd
This commit is contained in:
parent
a4ed0c97a6
commit
5c1975283a
@ -10,6 +10,7 @@ static_library("JITLink") {
|
||||
"EHFrameSupport.cpp",
|
||||
"ELF.cpp",
|
||||
"ELFLinkGraphBuilder.cpp",
|
||||
"ELF_riscv.cpp",
|
||||
"ELF_x86_64.cpp",
|
||||
"JITLink.cpp",
|
||||
"JITLinkGeneric.cpp",
|
||||
@ -18,6 +19,7 @@ static_library("JITLink") {
|
||||
"MachOLinkGraphBuilder.cpp",
|
||||
"MachO_arm64.cpp",
|
||||
"MachO_x86_64.cpp",
|
||||
"riscv.cpp",
|
||||
"x86_64.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user