File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def _llvm_configure_impl(repository_ctx):
180
180
)
181
181
182
182
# Create a starlark file with the requested BOLT targets.
183
- bolt_targets = ["AArch64" ,"X86" ,"RISCV" ] # Supported targets.
183
+ bolt_targets = ["AArch64" , "X86" , "RISCV" ] # Supported targets.
184
184
bolt_targets = [t for t in llvm_targets if t in bolt_targets ]
185
185
repository_ctx .file (
186
186
"bolt/targets.bzl" ,
Original file line number Diff line number Diff line change @@ -838,7 +838,6 @@ gentbl_cc_library(
838
838
deps = ["//lldb:CoreTdFiles" ],
839
839
)
840
840
841
-
842
841
cc_library (
843
842
name = "PluginCPlusPlusLanguageHeaders" ,
844
843
hdrs = glob (["Language/CPlusPlus/*.h" ]),
@@ -866,8 +865,8 @@ cc_library(
866
865
"//lldb:Core" ,
867
866
"//lldb:DataFormatters" ,
868
867
"//lldb:Headers" ,
869
- "//lldb:InterpreterHeaders" ,
870
868
"//lldb:Host" ,
869
+ "//lldb:InterpreterHeaders" ,
871
870
"//lldb:Symbol" ,
872
871
"//lldb:SymbolHeaders" ,
873
872
"//lldb:Target" ,
Original file line number Diff line number Diff line change @@ -983,8 +983,8 @@ td_library(
983
983
srcs = [],
984
984
includes = ["../include" ],
985
985
deps = [
986
- "//mlir:SMTTdFiles" ,
987
986
"//mlir:OpBaseTdFiles" ,
987
+ "//mlir:SMTTdFiles" ,
988
988
],
989
989
)
990
990
You can’t perform that action at this time.
0 commit comments