brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · 3020097 Raw
15 lines · plain
1// UNSUPPORTED: system-windows2// RUN: mlir-opt %s --load-pass-plugin=%standalone_libs/StandalonePlugin%shlibext --pass-pipeline="builtin.module(standalone-switch-bar-foo)" | FileCheck %s3 4module {5  // CHECK-LABEL: func @foo()6  func.func @bar() {7    return8  }9 10  // CHECK-LABEL: func @abar()11  func.func @abar() {12    return13  }14}15