Skip to content

Commit 47d2737

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
fix oss bugs after removed generated_lib_all_ops target
Summary: as title Reviewed By: shoumikhin Differential Revision: D54757254 fbshipit-source-id: ae6b2ecbd332bc64b96f2cdab2547f3beefd757d
1 parent ceb1f1d commit 47d2737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cmake_deps.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ filters = [
3131
buck_targets = [
3232
# //kernels/portable:operators would be more appropriate, but buck2 doesn't
3333
# think it has any "inputs" since its srcs list is empty.
34-
"//kernels/portable:generated_lib_all_ops",
34+
"//kernels/portable:generated_lib",
3535
]
3636
filters = [
3737
".cpp$",

0 commit comments

Comments
 (0)