Skip to content

Commit 899668a

Browse files
committed
fix symbol export directives of RegisterCustomCallTarget and ConvertLLVMToMLIR
1 parent cf73295 commit 899668a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ReactantExtra/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ cc_library(
423423
"-Wl,-exported_symbol,_RegisterDialects",
424424
"-Wl,-exported_symbol,_InitializeRegistryAndPasses",
425425
"-Wl,-exported_symbol,_ifrt_*",
426-
"-Wl,-exported_symbol,RegisterCustomCallTarget",
427-
"-Wl,-exported_symbol,ConvertLLVMToMLIR",
426+
"-Wl,-exported_symbol,_RegisterCustomCallTarget",
427+
"-Wl,-exported_symbol,_ConvertLLVMToMLIR",
428428
]}),
429429
deps = [
430430
"@enzyme//:EnzymeMLIR",

0 commit comments

Comments
 (0)