diff options
Diffstat (limited to 'llvm/tools/llvmc/examples/Simple')
| -rw-r--r-- | llvm/tools/llvmc/examples/Simple/Simple.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/examples/Simple/Simple.td b/llvm/tools/llvmc/examples/Simple/Simple.td index 7ceee93d7cd..b47483b5d38 100644 --- a/llvm/tools/llvmc/examples/Simple/Simple.td +++ b/llvm/tools/llvmc/examples/Simple/Simple.td @@ -36,6 +36,6 @@ def gcc : Tool< (out_file_option "-o") ]>; -def LanguageMap : LanguageMap<[LangToSuffixes<"c", ["c"]>]>; +def LanguageMap : LanguageMap<[(lang_to_suffixes "c", "c")]>; -def CompilationGraph : CompilationGraph<[Edge<"root", "gcc">]>; +def CompilationGraph : CompilationGraph<[(edge "root", "gcc")]>; |

