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):
180180 )
181181
182182 # 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.
184184 bolt_targets = [t for t in llvm_targets if t in bolt_targets ]
185185 repository_ctx .file (
186186 "bolt/targets.bzl" ,
Original file line number Diff line number Diff line change @@ -838,7 +838,6 @@ gentbl_cc_library(
838838 deps = ["//lldb:CoreTdFiles" ],
839839)
840840
841-
842841cc_library (
843842 name = "PluginCPlusPlusLanguageHeaders" ,
844843 hdrs = glob (["Language/CPlusPlus/*.h" ]),
@@ -866,8 +865,8 @@ cc_library(
866865 "//lldb:Core" ,
867866 "//lldb:DataFormatters" ,
868867 "//lldb:Headers" ,
869- "//lldb:InterpreterHeaders" ,
870868 "//lldb:Host" ,
869+ "//lldb:InterpreterHeaders" ,
871870 "//lldb:Symbol" ,
872871 "//lldb:SymbolHeaders" ,
873872 "//lldb:Target" ,
Original file line number Diff line number Diff line change @@ -983,8 +983,8 @@ td_library(
983983 srcs = [],
984984 includes = ["../include" ],
985985 deps = [
986- "//mlir:SMTTdFiles" ,
987986 "//mlir:OpBaseTdFiles" ,
987+ "//mlir:SMTTdFiles" ,
988988 ],
989989)
990990
You can’t perform that action at this time.
0 commit comments