[PATCH] D117977: [cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 11 06:27:09 PDT 2022


nikic added inline comments.


================
Comment at: clang/cmake/modules/AddClang.cmake:178
   # Always generate install targets
-  llvm_install_symlink(${name} ${dest} ALWAYS_GENERATE)
+  llvm_install_symlink(CLANG name} ${dest} ALWAYS_GENERATE)
 endmacro()
----------------
Yeah, there's a typo on this line. Should be `${name}`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117977



More information about the cfe-commits mailing list