Skip to content

Commit

Permalink
[gn build] (manually) port 6bc8163
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jun 10, 2022
1 parent 07a7fd3 commit ceef00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/build/driver_executable.gni
Expand Up @@ -6,7 +6,7 @@ template("driver_executable") {
tool_name = string_replace(target_name, "-", "_")

write_cmake_config("${tool_name}-driver") {
input = "//llvm/cmake/driver-template.cpp.in"
input = "//llvm/cmake/modules/llvm-driver-template.cpp.in"
output = "$target_gen_dir/${tool_name}-driver.cpp"
values = [ "TOOL_NAME=$tool_name" ]
}
Expand Down

0 comments on commit ceef00d

Please sign in to comment.