Skip to content

Commit

Permalink
Add missing attribute in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar committed Sep 23, 2024
1 parent 9b08b80 commit 04ec6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ builtin.module {
}
builtin.module {
llvm.func @external_func() attributes {sym_visibility = "private"}
llvm.func @test() {
llvm.func @test() attributes { rocdl.kernel } {
llvm.call @external_func() : () -> ()
llvm.return
}
Expand Down

0 comments on commit 04ec6ab

Please sign in to comment.