repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
mlir
/
test
/
Dialect
/
LLVMIR
/
request-c-wrappers.mlir
blob
efc0a797220b7baae60e28304b40913644ad0be2
1
// RUN: mlir-opt %s -llvm-request-c-wrappers | FileCheck %s
2
3
// CHECK: func.func private @foo() attributes {llvm.emit_c_interface}
4
func.func private @foo()
5
6
// CHECK: func.func @bar() attributes {llvm.emit_c_interface}
7
func.func @bar() {
8
return
9
}