From e2c4cc82241a2b75e9feecf44ef52d66f6779e22 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 24 Apr 2011 14:17:41 +0000 Subject: [PATCH] Add a TODO. llvm-svn: 130092 --- utils/TableGen/LLVMCConfigurationEmitter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index c40a39dff72..6572595862b 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp @@ -3028,6 +3028,8 @@ void CheckDriverData(DriverData& Data) { FilterNotInGraph(Data.Edges, Data.ToolDescs); // Typecheck the compilation graph. + // TODO: use a genuine graph representation instead of a vector and check for + // multiple edges. TypecheckGraph(Data.Edges, Data.ToolDescs); // Check that there are no options without side effects (specified