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.
1 parent cba011f commit 48b8cc0Copy full SHA for 48b8cc0
backends/cortex_m/ops/targets.bzl
@@ -45,6 +45,7 @@ def define_common_targets():
45
"//executorch/...",
46
"@EXECUTORCH_CLIENTS",
47
],
48
+ platforms = CXX,
49
exported_deps = all_op_targets,
50
)
51
backends/cortex_m/test/targets.bzl
@@ -5,6 +5,7 @@
5
# LICENSE file in the root directory of this source tree.
6
7
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
8
+load("@fbsource//tools/build_defs:platform_defs.bzl", "CXX")
9
10
OPERATORS = [
11
"quantize_per_tensor",
@@ -17,6 +18,7 @@ def define_operator_test_target(op):
17
18
srcs = [
19
"op_{}_test.cpp".format(op),
20
21
22
deps = [
23
"//executorch/runtime/kernel:kernel_includes",
24
"//executorch/kernels/test:test_util",
0 commit comments