summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2011-04-24 14:17:41 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2011-04-24 14:17:41 +0000
commit4e699cf518ade469c353aadea1383285d94346b1 (patch)
treeefa9143304f66c2a9e9e69c4d816bcb32a6134f7 /utils
parentfb88665d97fffff7d212619fe8d1a77d670b5159 (diff)
downloadllvm-4e699cf518ade469c353aadea1383285d94346b1.tar.gz
llvm-4e699cf518ade469c353aadea1383285d94346b1.tar.bz2
llvm-4e699cf518ade469c353aadea1383285d94346b1.tar.xz
Add a TODO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index c40a39dff7..6572595862 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