diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py --- a/llvm/test/lit.cfg.py +++ b/llvm/test/lit.cfg.py @@ -177,7 +177,8 @@ ToolSubst('Kaleidoscope-Ch6', unresolved='ignore'), ToolSubst('Kaleidoscope-Ch7', unresolved='ignore'), ToolSubst('Kaleidoscope-Ch8', unresolved='ignore'), - ToolSubst('LLJITWithThinLTOSummaries', unresolved='ignore')]) + ToolSubst('LLJITWithThinLTOSummaries', unresolved='ignore'), + ToolSubst('LLJITWithRemoteDebugging', unresolved='ignore')]) llvm_config.add_tool_substitutions(tools, config.llvm_tools_dir)