Skip to content

Commit 2055674

Browse files
authored
Fix broken tests
Differential Revision: D88109603 Pull Request resolved: #158
1 parent 1b1d68a commit 2055674

File tree

2 files changed

+0
-229
lines changed

2 files changed

+0
-229
lines changed

targets.bzl

Lines changed: 0 additions & 212 deletions
This file was deleted.

third-party/targets.bzl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2-
load("@fbsource//xplat/executorch/third-party:glob_defs.bzl", "subdir_glob")
32

43
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-
214
if runtime.is_oss:
225
runtime.cxx_library(
236
name = "abseil",

0 commit comments

Comments
 (0)