github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/sycl/crosstool/BUILD.tpl (about) 1 licenses(["notice"]) # Apache 2.0 2 3 package(default_visibility = ["//visibility:public"]) 4 5 cc_toolchain_suite( 6 name = "toolchain", 7 toolchains = { 8 "local|compiler": ":cc-compiler-local", 9 }, 10 ) 11 12 cc_toolchain( 13 name = "cc-compiler-local", 14 all_files = ":empty", 15 compiler_files = ":empty", 16 cpu = "local", 17 dwp_files = ":empty", 18 linker_files = ":empty", 19 objcopy_files = ":empty", 20 strip_files = ":empty", 21 supports_param_files = 1, 22 ) 23 24 filegroup( 25 name = "empty", 26 srcs = [], 27 )