diff options
Diffstat (limited to 'tools/llvmc2/CompilationGraph.h')
-rw-r--r-- | tools/llvmc2/CompilationGraph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/CompilationGraph.h b/tools/llvmc2/CompilationGraph.h index 72cde9a9e2..4692e5155d 100644 --- a/tools/llvmc2/CompilationGraph.h +++ b/tools/llvmc2/CompilationGraph.h @@ -165,7 +165,8 @@ namespace llvmc { const llvm::sys::Path& TempDir) const; // Find head of the toolchain corresponding to the given file. - const Node* FindToolChain(const llvm::sys::Path& In) const; + const Node* FindToolChain(const llvm::sys::Path& In, + const std::string* forceLanguage) const; // Sort the nodes in topological order. void TopologicalSort(std::vector<const Node*>& Out); |