Skip to content

Commit ff087d7

Browse files
committed
[bazel] Port f26c41e
1 parent 1226d27 commit ff087d7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cc_binary(
3131
],
3232
stamp = 0,
3333
deps = [
34+
":support",
3435
"//llvm:Support",
3536
"//llvm:TableGen",
3637
"//llvm:config",
@@ -1668,6 +1669,20 @@ gentbl(
16681669
],
16691670
)
16701671

1672+
cc_library(
1673+
name = "support",
1674+
srcs = glob([
1675+
"lib/Support/*.cpp",
1676+
]),
1677+
hdrs = glob([
1678+
"include/clang/Support/*.h",
1679+
]),
1680+
includes = ["include"],
1681+
deps = [
1682+
"//llvm:Support",
1683+
],
1684+
)
1685+
16711686
cc_library(
16721687
name = "serialization",
16731688
srcs = [

0 commit comments

Comments
 (0)