Skip to content

Commit b712d0d

Browse files
swolchokfacebook-github-bot
authored andcommitted
remove sleef_arm target (pytorch#154166)
Summary: Pull Request resolved: pytorch#154166 X-link: pytorch/executorch#11082 We shouldn't need an ARM-specific variant; we have select() where we should need it. Test Plan: CI Reviewed By: kimishpatel, malfet, nlutsenko Differential Revision: D74356413
1 parent 7e80f23 commit b712d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buckbuild.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ THIRD_PARTY_LIBS = {
182182
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
183183
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
184184
"nlohmann-json": ["fbsource//third-party/nlohmann-json:nlohmann-json", "//third_party:nlohmann-json"],
185-
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],
185+
"sleef_arm": ["//third-party/sleef:sleef", "//third_party:sleef_arm"],
186186
}
187187

188188
def third_party(name):

0 commit comments

Comments
 (0)