Skip to content

Commit bd2f7bb

Browse files
committed
[bazel] Port for 09e9895
1 parent 0fee211 commit bd2f7bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,6 +1843,7 @@ cc_library(
18431843
":driver",
18441844
":driver_options_inc_gen",
18451845
":edit",
1846+
":install_api",
18461847
":lex",
18471848
":parse",
18481849
":sema",
@@ -2052,6 +2053,22 @@ cc_library(
20522053
],
20532054
)
20542055

2056+
cc_library(
2057+
name = "install_api",
2058+
srcs = glob([
2059+
"lib/InstallAPI/*.cpp",
2060+
]),
2061+
hdrs = glob([
2062+
"include/clang/InstallAPI/*.h",
2063+
]),
2064+
includes = ["include"],
2065+
deps = [
2066+
":ast",
2067+
":support",
2068+
"//llvm:TextAPI",
2069+
],
2070+
)
2071+
20552072
cc_library(
20562073
name = "serialization",
20572074
srcs = [

0 commit comments

Comments
 (0)