We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RegisterCustomCallTarget
ConvertLLVMToMLIR
1 parent cf73295 commit 899668aCopy full SHA for 899668a
deps/ReactantExtra/BUILD
@@ -423,8 +423,8 @@ cc_library(
423
"-Wl,-exported_symbol,_RegisterDialects",
424
"-Wl,-exported_symbol,_InitializeRegistryAndPasses",
425
"-Wl,-exported_symbol,_ifrt_*",
426
-"-Wl,-exported_symbol,RegisterCustomCallTarget",
427
-"-Wl,-exported_symbol,ConvertLLVMToMLIR",
+"-Wl,-exported_symbol,_RegisterCustomCallTarget",
+"-Wl,-exported_symbol,_ConvertLLVMToMLIR",
428
]}),
429
deps = [
430
"@enzyme//:EnzymeMLIR",
0 commit comments