File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
utils/bazel/llvm-project-overlay/clang Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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
13551355cc_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 ]),
You can’t perform that action at this time.
0 commit comments