File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
load ("@bazel_skylib//rules:common_settings.bzl" , "string_flag" )
6
6
load ("@bazel_skylib//rules:expand_template.bzl" , "expand_template" )
7
- load (":tblgen .bzl" , "gentbl " )
7
+ load (":binary_alias .bzl" , "binary_alias " )
8
8
load (":config.bzl" , "llvm_config_defines" )
9
- load (":targets.bzl" , "llvm_targets" )
10
9
load (":enum_targets_gen.bzl" , "enum_targets_gen" )
11
- load (":binary_alias.bzl" , "binary_alias" )
10
+ load (":targets.bzl" , "llvm_targets" )
11
+ load (":tblgen.bzl" , "gentbl" )
12
12
13
13
package (
14
14
default_visibility = ["//visibility:public" ],
@@ -2898,12 +2898,12 @@ cc_library(
2898
2898
":BinaryFormat" ,
2899
2899
":CodeGen" ,
2900
2900
":CodeGenTypes" ,
2901
+ ":DWARFLinkerBase" ,
2901
2902
":DebugInfoDWARF" ,
2902
2903
":MC" ,
2903
2904
":Support" ,
2904
2905
":Target" ,
2905
2906
":TargetParser" ,
2906
- ":DWARFLinkerBase" ,
2907
2907
],
2908
2908
)
2909
2909
You can’t perform that action at this time.
0 commit comments