[PATCH] D127438: [gn build][Bazel] Port D127384
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 05:25:17 PDT 2022
thakis added inline comments.
================
Comment at: llvm/utils/gn/build/driver_executable.gni:9
write_cmake_config("${tool_name}-driver") {
- input = "//llvm/cmake/driver-template.cpp.in"
+ input = "//llvm/cmake/modules/driver-template.cpp.in"
output = "$target_gen_dir/${tool_name}-driver.cpp"
----------------
hold up, it's llvm-driver-template.cpp.in. now, with leading "llvm-", right? (Also below.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127438/new/
https://reviews.llvm.org/D127438
More information about the llvm-commits
mailing list