[gn build] Port 2ed91da0f1

This commit is contained in:
LLVM GN Syncbot 2021-09-03 08:53:21 +00:00
parent 2ed91da0f1
commit 62bbae8407
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ static_library("JITLink") {
"EHFrameSupport.cpp",
"ELF.cpp",
"ELFLinkGraphBuilder.cpp",
"ELF_aarch64.cpp",
"ELF_riscv.cpp",
"ELF_x86_64.cpp",
"JITLink.cpp",
@ -19,6 +20,7 @@ static_library("JITLink") {
"MachOLinkGraphBuilder.cpp",
"MachO_arm64.cpp",
"MachO_x86_64.cpp",
"aarch64.cpp",
"riscv.cpp",
"x86_64.cpp",
]