diff --git a/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn b/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn index a141e76c8dd..3180fef0e79 100644 --- a/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn +++ b/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn @@ -68,6 +68,7 @@ static_library("CodeGen") { "LatencyPriorityQueue.cpp", "LazyMachineBlockFrequencyInfo.cpp", "LexicalScopes.cpp", + "LiveDebugValues/InstrRefBasedImpl.cpp", "LiveDebugValues/LiveDebugValues.cpp", "LiveDebugValues/VarLocBasedImpl.cpp", "LiveDebugVariables.cpp",