Skip to content

Commit 9fce004

Browse files
committed
[gn build] Port 8218055
1 parent 5e30fe8 commit 9fce004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/JITLink/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ static_library("JITLink") {
3232
"ELF_loongarch.cpp",
3333
"ELF_ppc64.cpp",
3434
"ELF_riscv.cpp",
35+
"ELF_systemz.cpp",
3536
"ELF_x86.cpp",
3637
"ELF_x86_64.cpp",
3738
"JITLink.cpp",
@@ -49,6 +50,7 @@ static_library("JITLink") {
4950
"loongarch.cpp",
5051
"ppc64.cpp",
5152
"riscv.cpp",
53+
"systemz.cpp",
5254
"x86.cpp",
5355
"x86_64.cpp",
5456
]

0 commit comments

Comments
 (0)