[PATCH] D62040: [docs] Add new document on building distributions
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 10:45:27 PDT 2019
hans added a comment.
In D62040#1506830 <https://reviews.llvm.org/D62040#1506830>, @beanz wrote:
> In D62040#1506826 <https://reviews.llvm.org/D62040#1506826>, @hans wrote:
>
> > The Windows packages currently includes at least the asan runtime (and a bunch of other stuff like openmp that people ask for but I'm never quite sure if it works).
>
>
> But I assume you're not building them using the just-built clang (`LLVM_ENABLE_RUNTIMES`). I'm not sure how any of our current mechanisms for installing those would work with cpack.
Hmm, I've never set LLVM_ENABLE_RUNTIMES, I just build with a previously built clang. The script lives in utils/release/build_llvm_package.bat
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62040/new/
https://reviews.llvm.org/D62040
More information about the llvm-commits
mailing list