Skip to content

Commit 0cfdce2

Browse files
committed
[gn build] Port 71e8021
1 parent 71e8021 commit 0cfdce2

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/X86

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ static_library("LLVMX86CodeGen") {
9898
"X86ISelDAGToDAG.cpp",
9999
"X86ISelLowering.cpp",
100100
"X86IndirectBranchTracking.cpp",
101+
"X86IndirectThunks.cpp",
101102
"X86InsertPrefetch.cpp",
102103
"X86InsertWait.cpp",
103104
"X86InstrFMA3Info.cpp",
@@ -114,7 +115,6 @@ static_library("LLVMX86CodeGen") {
114115
"X86PartialReduction.cpp",
115116
"X86RegisterBankInfo.cpp",
116117
"X86RegisterInfo.cpp",
117-
"X86RetpolineThunks.cpp",
118118
"X86SelectionDAGInfo.cpp",
119119
"X86ShuffleDecodeConstantPool.cpp",
120120
"X86SpeculativeLoadHardening.cpp",

0 commit comments

Comments
 (0)