diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn index dbfe6db328bf3..7e905e32ef500 100644 --- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn @@ -32,7 +32,6 @@ static_library("Interpreter") { "Interpreter.cpp", "InterpreterUtils.cpp", "InterpreterValuePrinter.cpp", - "RemoteJITUtils.cpp", "Value.cpp", ] }