Mercurial > hg > CbC > CbC_llvm
diff mlir/test/Analysis/test-callgraph.mlir @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/mlir/test/Analysis/test-callgraph.mlir Mon May 25 11:55:54 2020 +0900 +++ b/mlir/test/Analysis/test-callgraph.mlir Tue Jun 08 06:07:14 2021 +0900 @@ -1,4 +1,4 @@ -// RUN: mlir-opt %s -test-print-callgraph -split-input-file 2>&1 | FileCheck %s --dump-input-on-failure +// RUN: mlir-opt %s -test-print-callgraph -split-input-file -allow-unregistered-dialect 2>&1 | FileCheck %s // CHECK-LABEL: Testing : "simple" module attributes {test.name = "simple"} { @@ -8,7 +8,7 @@ return } - func @func_b() + func private @func_b() // CHECK: Node{{.*}}func_c // CHECK-NEXT: Call-Edge{{.*}}External-Node