mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Add a TODO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130092 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb88665d97
commit
4e699cf518
@ -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…
x
Reference in New Issue
Block a user