1414
1515"""Exported builtins symbols that are not specific to OSS Bazel."""
1616
17- load ("@_builtins//:common/cc/cc_binary.bzl" , "cc_binary" )
1817load ("@_builtins//:common/cc/cc_common.bzl" , "cc_common" )
1918load ("@_builtins//:common/cc/cc_helper.bzl" , "cc_helper" )
20- load ("@_builtins//:common/cc/cc_import.bzl" , "cc_import" )
21- load ("@_builtins//:common/cc/cc_library.bzl" , "cc_library" )
22- load ("@_builtins//:common/cc/cc_shared_library.bzl" , "CcSharedLibraryInfo" , "cc_shared_library" )
2319load ("@_builtins//:common/cc/cc_shared_library_hint_info.bzl" , "CcSharedLibraryHintInfo" )
24- load ("@_builtins//:common/cc/cc_static_library.bzl" , "cc_static_library" )
25- load ("@_builtins//:common/cc/cc_test.bzl" , "cc_test" )
26- load ("@_builtins//:common/cc/cc_toolchain.bzl" , "cc_toolchain" )
27- load ("@_builtins//:common/cc/cc_toolchain_alias.bzl" , "cc_toolchain_alias" )
28- load ("@_builtins//:common/objc/objc_import.bzl" , "objc_import" )
29- load ("@_builtins//:common/objc/objc_library.bzl" , "objc_library" )
3020load ("@_builtins//:common/xcode/available_xcodes.bzl" , "available_xcodes" )
3121load ("@_builtins//:common/xcode/xcode_config.bzl" , "xcode_config" )
3222load ("@_builtins//:common/xcode/xcode_config_alias.bzl" , "xcode_config_alias" )
3323load ("@_builtins//:common/xcode/xcode_version.bzl" , "xcode_version" )
3424load (":common/cc/cc_info.bzl" , "CcInfo" )
3525load (":common/cc/debug_package_info.bzl" , "DebugPackageInfo" )
36- load (":common/cc/fdo/fdo_prefetch_hints.bzl" , "fdo_prefetch_hints" )
37- load (":common/cc/fdo/fdo_profile.bzl" , "fdo_profile" )
38- load (":common/cc/fdo/memprof_profile.bzl" , "memprof_profile" )
39- load (":common/cc/fdo/propeller_optimize.bzl" , "propeller_optimize" )
4026load (":common/cc/toolchain_config/cc_toolchain_config_info.bzl" , "CcToolchainConfigInfo" )
4127load (":common/objc/apple_common.bzl" , "apple_common" )
4228
@@ -47,7 +33,6 @@ exported_toplevels = {
4733 "_builtins_dummy" : "overridden value" ,
4834 "DebugPackageInfo" : DebugPackageInfo ,
4935 "CcInfo" : CcInfo ,
50- "CcSharedLibraryInfo" : CcSharedLibraryInfo ,
5136 "CcSharedLibraryHintInfo" : CcSharedLibraryHintInfo ,
5237 "CcToolchainConfigInfo" : CcToolchainConfigInfo ,
5338 "cc_common" : cc_common ,
@@ -65,20 +50,6 @@ exported_toplevels = {
6550# * no leading symbol means the Starlark rule is used and can't be overridden
6651# * leading `-` means the Starlark rule exists, but is not used by default
6752exported_rules = {
68- "cc_import" : cc_import ,
69- "objc_import" : objc_import ,
70- "objc_library" : objc_library ,
71- "cc_shared_library" : cc_shared_library ,
72- "cc_static_library" : cc_static_library ,
73- "cc_binary" : cc_binary ,
74- "cc_test" : cc_test ,
75- "cc_library" : cc_library ,
76- "cc_toolchain_alias" : cc_toolchain_alias ,
77- "cc_toolchain" : cc_toolchain ,
78- "fdo_prefetch_hints" : fdo_prefetch_hints ,
79- "fdo_profile" : fdo_profile ,
80- "memprof_profile" : memprof_profile ,
81- "propeller_optimize" : propeller_optimize ,
8253 "xcode_version" : xcode_version ,
8354 "available_xcodes" : available_xcodes ,
8455 "xcode_config" : xcode_config ,
0 commit comments