mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
llvmc: Make syntax more consistent.
CompilationGraph and LanguageMap definitions do not use special syntax anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111862 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -63,5 +63,5 @@ def dummy : Tool<
|
||||
(not_empty "foo_l"), (error)))
|
||||
]>;
|
||||
|
||||
def Graph : CompilationGraph<[Edge<"root", "dummy">]>;
|
||||
def Graph : CompilationGraph<[(edge "root", "dummy")]>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user