diff --git a/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn b/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn index 7147c821ab4..df8a1103587 100644 --- a/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn +++ b/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/BUILD.gn @@ -15,6 +15,7 @@ static_library("GlobalISel") { "CallLowering.cpp", "Combiner.cpp", "CombinerHelper.cpp", + "GISelChangeObserver.cpp", "GlobalISel.cpp", "IRTranslator.cpp", "InstructionSelect.cpp",