[PATCH] D34560: Completelly disable git/svn version checking if not needed
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 08:39:15 PDT 2017
Interesting. How were they avoiding the check?
I implemented this so that I can pass -DLLVM_APPEND_VC_REV=OFF locally
and completely disable the check.
Cheers,
Rafael
Vitaly Buka via Phabricator <reviews at reviews.llvm.org> writes:
> vitalybuka added inline comments.
>
>
> ================
> Comment at: CMakeLists.txt:209
> option(LLVM_APPEND_VC_REV
> - "Append the version control system revision id to LLVM version" OFF)
> + "Embed the version control system revision id in LLVM" ON)
>
> ----------------
> New default slowed down many build bots which relied on incremental build.
>
>
> https://reviews.llvm.org/D34560
More information about the llvm-commits
mailing list