I am looking for a way to stop LLVM of SVN from version checking.
I haven't found that. I hope there is a way to that.
Even using -DLLVM_APPEND_VC_REV=OFF doesn't fix the problem.
Regards,
Mahmood
On Sat, Mar 7, 2020 at 11:13 PM Mahmood Naderan
wrote:
> >What make command did you run?
>
> m
>What make command did you run?
make -j2
Regards,
Mahmood
___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
What make command did you run?
On Sat, Mar 7, 2020 at 8:09 AM Mahmood Naderan via cfe-users <
cfe-users@lists.llvm.org> wrote:
> Hi,
> I want to use a specific revision number and for the cmake command below
>
> cmake ~/codestitcher/source/llvm-3.9 -DCMAKE_BUILD_TYPE=Release
> -DLLVM_TARGETS_TO_B
Hi,
I want to use a specific revision number and for the cmake command below
cmake ~/codestitcher/source/llvm-3.9 -DCMAKE_BUILD_TYPE=Release
-DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_CXX1Y=ON -DLLVM_BUILD_TESTS=OFF
-DLLVM_BINUTILS_INCDIR=~/codestitcher/source/binutils-2.30/include
-DLLVM_BUILD_TO