Skip to content

Commit 6a085ff

Browse files
authored
libexecutorch.a -> libexecutorch_core.a (#6333)
As titled.
1 parent a5a147f commit 6a085ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/runtime-build-and-cross-compilation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ like Make, Ninja or Xcode. For information, see [cmake-generators(7)](https://cm
99
ExecuTorch's CMake build system covers the pieces of the runtime that are
1010
likely to be useful to embedded systems users.
1111

12-
- `libexecutorch.a`: The core of the ExecuTorch runtime. Does not contain any
12+
- `libexecutorch_core.a`: The core of the ExecuTorch runtime. Does not contain any
1313
operator/kernel definitions or backend definitions.
1414
- `libportable_kernels.a`: The implementations of ATen-compatible operators,
1515
following the signatures in `[functions.yaml](https://github.com/pytorch/executorch/blob/release/0.4/kernels/portable/functions.yaml)`.

0 commit comments

Comments
 (0)