mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
Add a TODO.
llvm-svn: 130092
This commit is contained in:
parent
0d5d2e214c
commit
e2c4cc8224
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user