[bazel] Port for 09e98950bfcff7ad376922932efb2b56e4db9898
This commit is contained in:
parent
0fee2115bb
commit
bd2f7bbdb4
@ -1843,6 +1843,7 @@ cc_library(
|
||||
":driver",
|
||||
":driver_options_inc_gen",
|
||||
":edit",
|
||||
":install_api",
|
||||
":lex",
|
||||
":parse",
|
||||
":sema",
|
||||
@ -2052,6 +2053,22 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "install_api",
|
||||
srcs = glob([
|
||||
"lib/InstallAPI/*.cpp",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/clang/InstallAPI/*.h",
|
||||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":ast",
|
||||
":support",
|
||||
"//llvm:TextAPI",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "serialization",
|
||||
srcs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user