Skip to content

Commit 82aac16

Browse files
committed
[bazel] Remove obsolete exclusion from glob.
lib/Tooling/NodeIntrospection.cpp was deleted in commit 371eccd so excluding it from the glob does nothing.
1 parent 9b528ed commit 82aac16

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ cc_library(
739739
":basic_builtins_gen",
740740
":basic_builtins_riscv_gen",
741741
":basic_builtins_spirv_gen",
742-
":basic_builtins_x86_gen",
743742
":basic_builtins_x86_64_gen",
743+
":basic_builtins_x86_gen",
744744
":basic_internal_headers",
745745
":basic_riscv_sifive_vector_builtins_gen",
746746
":basic_riscv_vector_builtin_cg_gen",
@@ -1354,13 +1354,9 @@ cc_library(
13541354

13551355
cc_library(
13561356
name = "tooling",
1357-
srcs = glob(
1358-
[
1359-
"lib/Tooling/*.cpp",
1360-
],
1361-
# Temporarily disable until we support the generated file.
1362-
exclude = ["lib/Tooling/NodeIntrospection.cpp"],
1363-
),
1357+
srcs = glob([
1358+
"lib/Tooling/*.cpp",
1359+
]),
13641360
hdrs = glob([
13651361
"include/clang/Tooling/*.h",
13661362
]),

0 commit comments

Comments
 (0)