From 97e8e05e8ce11fbecc94dd2882b3731502e4f8ae Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sat, 22 Aug 2020 17:32:25 +0000 Subject: [PATCH] [gn build] Port ae6f7882403 --- utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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",