[bazel] Change references to driver-template.cpp.in after 6bc8163c79

This commit is contained in:
Benjamin Kramer 2022-06-10 10:22:55 +02:00
parent 1d3d5ecea5
commit 914e30ca5c
2 changed files with 5 additions and 5 deletions

View File

@ -1928,7 +1928,7 @@ cc_binary(
template_rule(
name = "clang_main",
src = "//llvm:cmake/driver-template.cpp.in",
src = "//llvm:cmake/modules/llvm-driver-template.cpp.in",
out = "clang_main.cpp",
substitutions = {
"@TOOL_NAME@": "clang"

View File

@ -2587,7 +2587,7 @@ gentbl(
template_rule(
name = "dsymutil_main",
src = "cmake/driver-template.cpp.in",
src = "cmake/modules/llvm-driver-template.cpp.in",
out = "dsymutil_main.cpp",
substitutions = {
"@TOOL_NAME@": "dsymutil"
@ -2691,7 +2691,7 @@ cc_binary(
template_rule(
name = "ar_main",
src = "cmake/driver-template.cpp.in",
src = "cmake/modules/llvm-driver-template.cpp.in",
out = "ar_main.cpp",
substitutions = {
"@TOOL_NAME@": "llvm_ar"
@ -2893,7 +2893,7 @@ gentbl(
template_rule(
name = "cxxfilt_main",
src = "cmake/driver-template.cpp.in",
src = "cmake/modules/llvm-driver-template.cpp.in",
out = "cxxfilt_main.cpp",
substitutions = {
"@TOOL_NAME@": "llvm_cxxfilt"
@ -3436,7 +3436,7 @@ cc_binary(
template_rule(
name = "objcopy_main",
src = "cmake/driver-template.cpp.in",
src = "cmake/modules/llvm-driver-template.cpp.in",
out = "objcopy_main.cpp",
substitutions = {
"@TOOL_NAME@": "llvm_objcopy"