I finally was able to catch that revision from svn.
Seems that there was some network problem on my side or the other side.
Regards,
Mahmood
On Sat, Mar 7, 2020 at 9:35 AM Mahmood Naderan wrote:
> Jan,
> But if I open http://llvm.org/svn/llvm-project/llvm/branches/release_39/
> in browser, t
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
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
>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
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