Commit fd9e1262 authored by Victor Gomes's avatar Victor Gomes Committed by V8 LUCI CQ

[bazel] Upstream kythe_torque targets

No-Try: true
Change-Id: Icdcd22ba16670e3e56f5610141d708c2ca2a165e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3268914
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77791}
parent 04b9e7a1
......@@ -2968,6 +2968,11 @@ filegroup(
],
)
filegroup(
name = "kythe_torque_headers",
srcs = glob(["src/torque/*.h"]),
)
# =================================================
# Generated files
# =================================================
......@@ -3137,17 +3142,15 @@ cc_library(
],
include_prefix = "third_party/v8",
includes = ["."],
visibility = ["//visibility:public"],
)
cc_library(
name = "torque_base",
name = "kythe_torque_base",
srcs = [
":torque_base_files",
],
copts = ["-fexceptions"],
features = ["-use_header_modules"],
visibility = ["//visibility:public"],
deps = [
":torque_base_headers",
":v8_libbase",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment