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(
739
739
":basic_builtins_gen" ,
740
740
":basic_builtins_riscv_gen" ,
741
741
":basic_builtins_spirv_gen" ,
742
- ":basic_builtins_x86_gen" ,
743
742
":basic_builtins_x86_64_gen" ,
743
+ ":basic_builtins_x86_gen" ,
744
744
":basic_internal_headers" ,
745
745
":basic_riscv_sifive_vector_builtins_gen" ,
746
746
":basic_riscv_vector_builtin_cg_gen" ,
@@ -1354,13 +1354,9 @@ cc_library(
1354
1354
1355
1355
cc_library (
1356
1356
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
+ ]),
1364
1360
hdrs = glob ([
1365
1361
"include/clang/Tooling/*.h" ,
1366
1362
]),
You can’t perform that action at this time.
0 commit comments