[PATCH] D133633: [CMake] Add ClangBootstrap configuration
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 00:37:46 PST 2022
phosek added inline comments.
================
Comment at: clang/cmake/modules/ClangBootstrap.cmake:10
+# Optional arguments to pass to the build tool
+macro(clang_Bootstrap_Add name)
+ cmake_parse_arguments(ARG "" "LINKER;AR;RANLIB;OBJCOPY;STRIP"
----------------
We usually use lowercase names.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133633/new/
https://reviews.llvm.org/D133633
More information about the cfe-commits
mailing list