diff options
| -rw-r--r-- | llvm/tools/llvmc/plugins/Base/Base.td.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/plugins/Base/Base.td.in b/llvm/tools/llvmc/plugins/Base/Base.td.in index 757078a2366..d4bff17a318 100644 --- a/llvm/tools/llvmc/plugins/Base/Base.td.in +++ b/llvm/tools/llvmc/plugins/Base/Base.td.in @@ -166,6 +166,7 @@ def CompilationGraph : CompilationGraph<[ Edge<"root", "llvm_gcc_m">, Edge<"root", "llvm_gcc_mxx">, Edge<"root", "llvm_as">, + Edge<"root", "llc">, Edge<"llvm_gcc_c", "llc">, Edge<"llvm_gcc_cpp", "llc">, |

