Skip to content

Commit a704b2b

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Summary: Pull Request resolved: #488 Make xnnpack_backend depend on executorch in the CMake map `cmake_deps.toml` to avoid symbol duplications when the two link together. Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: digantdesai Differential Revision: D49624543 fbshipit-source-id: 6d9c6a2d4a1b1884121509a1939dd54697771e1a
1 parent 13bac84 commit a704b2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/cmake_deps.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ buck_targets = [
8686
filters = [
8787
".cpp$",
8888
]
89+
deps = [
90+
"executorch",
91+
]
8992

9093
[targets.xnn_executor_runner]
9194
buck_targets = [

0 commit comments

Comments
 (0)