[bazel] Port f26c41e8dd28

This commit is contained in:
Benjamin Kramer 2022-04-20 16:15:09 +02:00
parent 1226d276b4
commit ff087d705c

View File

@ -31,6 +31,7 @@ cc_binary(
],
stamp = 0,
deps = [
":support",
"//llvm:Support",
"//llvm:TableGen",
"//llvm:config",
@ -1668,6 +1669,20 @@ gentbl(
],
)
cc_library(
name = "support",
srcs = glob([
"lib/Support/*.cpp",
]),
hdrs = glob([
"include/clang/Support/*.h",
]),
includes = ["include"],
deps = [
"//llvm:Support",
],
)
cc_library(
name = "serialization",
srcs = [