Skip to content

Commit eebb50a

Browse files
committed
[gn build] Port b972164
1 parent 57bc9f0 commit eebb50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ static_library("JITLink") {
2929
"ELFLinkGraphBuilder.cpp",
3030
"ELF_aarch32.cpp",
3131
"ELF_aarch64.cpp",
32-
"ELF_i386.cpp",
3332
"ELF_loongarch.cpp",
3433
"ELF_ppc64.cpp",
3534
"ELF_riscv.cpp",
35+
"ELF_x86.cpp",
3636
"ELF_x86_64.cpp",
3737
"JITLink.cpp",
3838
"JITLinkGeneric.cpp",
@@ -46,10 +46,10 @@ static_library("JITLink") {
4646
"XCOFF_ppc64.cpp",
4747
"aarch32.cpp",
4848
"aarch64.cpp",
49-
"i386.cpp",
5049
"loongarch.cpp",
5150
"ppc64.cpp",
5251
"riscv.cpp",
52+
"x86.cpp",
5353
"x86_64.cpp",
5454
]
5555
}

0 commit comments

Comments
 (0)