[PATCH] D127800: [llvm-driver] Generate symlinks instead of executables for tools

Amir Ayupov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 19:05:41 PDT 2022


Amir added inline comments.


================
Comment at: llvm/cmake/modules/AddLLVM.cmake:1283
 macro(add_llvm_tool name)
+  cmake_parse_arguments(ARG "DEPENDS;GENERATE_DRIVER" "" "" ${ARGN})
   if( NOT LLVM_BUILD_TOOLS )
----------------
Sorry for a late question but I don't see any use of ARG_DEPENDS - is it intentional or there's an omission somewhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127800/new/

https://reviews.llvm.org/D127800



More information about the cfe-commits mailing list