diff options
Diffstat (limited to 'llvm/tools/llvmc2/plugins/Simple/Simple.td')
-rw-r--r-- | llvm/tools/llvmc2/plugins/Simple/Simple.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/plugins/Simple/Simple.td b/llvm/tools/llvmc2/plugins/Simple/Simple.td index 2bc40119261..b974cbc95eb 100644 --- a/llvm/tools/llvmc2/plugins/Simple/Simple.td +++ b/llvm/tools/llvmc2/plugins/Simple/Simple.td @@ -27,4 +27,4 @@ def gcc : Tool< def LanguageMap : LanguageMap<[LangToSuffixes<"c", ["c"]>]>; -def CompilationGraph : CompilationGraph<[Edge<root, gcc>]>; +def CompilationGraph : CompilationGraph<[Edge<"root", "gcc">]>; |