mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[bazel] Change references to driver-template.cpp.in after 6bc8163c79
This commit is contained in:
parent
1d3d5ecea5
commit
914e30ca5c
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user