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 1b1d68a commit 2055674Copy full SHA for 2055674
targets.bzl
third-party/targets.bzl
@@ -1,23 +1,6 @@
1
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2
-load("@fbsource//xplat/executorch/third-party:glob_defs.bzl", "subdir_glob")
3
4
def define_common_targets():
5
- runtime.cxx_library(
6
- name = "unicode",
7
- srcs = [
8
- "llama.cpp-unicode/src/unicode.cpp",
9
- "llama.cpp-unicode/src/unicode-data.cpp",
10
- ],
11
- header_namespace = "",
12
- exported_headers = subdir_glob([
13
- ("llama.cpp-unicode/include", "*.h"),
14
- ]),
15
- compiler_flags = [
16
- "-Wno-error=deprecated-declarations",
17
18
- visibility = ["@EXECUTORCH_CLIENTS", "//pytorch/tokenizers/..."],
19
- )
20
-
21
if runtime.is_oss:
22
runtime.cxx_library(
23
name = "abseil",
0 commit comments