[PATCH] D127384: [cmake] Export driver template to fix standalone build
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 13:31:52 PDT 2022
abrachet accepted this revision.
abrachet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:899
+ ${path}/llvm-driver-template.cpp.in
+ ${CMAKE_CURRENT_BINARY_DIR}/${name}-driver.cpp)
+ endif()
----------------
Should we just `break()` out of the loop here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127384/new/
https://reviews.llvm.org/D127384
More information about the llvm-commits
mailing list