[all-commits] [llvm/llvm-project] 673ce5: [cmake] Copy llvm-driver-template.cpp.in into buil...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 21 02:42:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 673ce562910a4a7c99ab2fa80ffb6966309a64c0
https://github.com/llvm/llvm-project/commit/673ce562910a4a7c99ab2fa80ffb6966309a64c0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M llvm/cmake/modules/CMakeLists.txt
Log Message:
-----------
[cmake] Copy llvm-driver-template.cpp.in into build dir as well
We were copying it into the installed version of the directory,
but not into the one in the build directory. Because of that it
was not directly usable as a cmake module by subprojects that
also use the driver functionality.
More information about the All-commits
mailing list