[gn build] Port 5f300397c6

This commit is contained in:
LLVM GN Syncbot 2022-08-16 01:39:36 +00:00
parent 5f300397c6
commit f09f4b73fc
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ static_library("JITLink") {
"ELF.cpp",
"ELFLinkGraphBuilder.cpp",
"ELF_aarch64.cpp",
"ELF_i386.cpp",
"ELF_riscv.cpp",
"ELF_x86_64.cpp",
"JITLink.cpp",
@ -36,6 +37,7 @@ static_library("JITLink") {
"MachO_x86_64.cpp",
"MemoryFlags.cpp",
"aarch64.cpp",
"i386.cpp",
"riscv.cpp",
"x86_64.cpp",
]