[all-commits] [llvm/llvm-project] 6bc816: [cmake] Export driver template to fix standalone b...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jun 10 00:51:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bc8163c79fd82369f4930db66b836d8f9098569
      https://github.com/llvm/llvm-project/commit/6bc8163c79fd82369f4930db66b836d8f9098569
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-06-10 (Fri, 10 Jun 2022)

  Changed paths:
    R llvm/cmake/driver-template.cpp.in
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/CMakeLists.txt
    A llvm/cmake/modules/llvm-driver-template.cpp.in

  Log Message:
  -----------
  [cmake] Export driver template to fix standalone build

Export the driver-template.cpp.in file so that tools using
GENERATE_DRIVER work in standalone builds (currently only relevant
for clang). I've given the file an llvm- prefix, as we're now
searching for the file in CMAKE_MODULE_PATH.

Differential Revision: https://reviews.llvm.org/D127384




More information about the All-commits mailing list