Skip to content

Commit 322bd41

Browse files
authored
fix: mark enzymexla symbols as exported (#1781)
1 parent 5a4b3a4 commit 322bd41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/ReactantExtra/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ cc_library(
928928
"//conditions:default": [],
929929
"@bazel_tools//src/conditions:darwin": [
930930
"-Wl,-exported_symbol,_stablehlo*",
931+
"-Wl,-exported_symbol,_enzymexla*",
931932
"-Wl,-exported_symbol,_mlir*",
932933
"-Wl,-exported_symbol,_sdy*",
933934
"-Wl,-exported_symbol,_EnzymeJaXMapSymbol",

0 commit comments

Comments
 (0)