Skip to content

Commit 8b3c171

Browse files
tarun292facebook-github-bot
authored andcommitted
Move qualcomm.passes to qualcomm._passes (#5920)
Summary: Changing qualcomm.passes to qualcomm._passes to indicate that these passes are not covered under the API stability guarantee. Pull Request resolved: #5920 Reviewed By: helunwencser Differential Revision: D63926845
1 parent 4a099a0 commit 8b3c171

30 files changed

+27
-27
lines changed

backends/qualcomm/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runtime.python_library(
1313
"@EXECUTORCH_CLIENTS",
1414
],
1515
deps = [
16-
"//executorch/backends/qualcomm/passes:passes",
16+
"//executorch/backends/qualcomm/_passes:passes",
1717
],
1818
)
File renamed without changes.

0 commit comments

Comments
 (0)