Skip to content

Commit

Permalink
[bazel] Change references to driver-template.cpp.in after 6bc8163
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Jun 10, 2022
1 parent 1d3d5ec commit 914e30c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 914e30c

Please sign in to comment.