We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e30fe8 commit 9fce004Copy full SHA for 9fce004
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/JITLink/BUILD.gn
@@ -32,6 +32,7 @@ static_library("JITLink") {
32
"ELF_loongarch.cpp",
33
"ELF_ppc64.cpp",
34
"ELF_riscv.cpp",
35
+ "ELF_systemz.cpp",
36
"ELF_x86.cpp",
37
"ELF_x86_64.cpp",
38
"JITLink.cpp",
@@ -49,6 +50,7 @@ static_library("JITLink") {
49
50
"loongarch.cpp",
51
"ppc64.cpp",
52
"riscv.cpp",
53
+ "systemz.cpp",
54
"x86.cpp",
55
"x86_64.cpp",
56
]
0 commit comments