Re: [cfe-users] package build fails at r324504 or later on VS2017

2018-02-19 Thread masaru tsuchiyama via cfe-users
m using Win10 Pro Japanese and VS2017 Community Japanese. > >>> > The version of NSIS is 3.02.1. > >>> > > >>> >> Maybe you want to add -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON to your > build, > >>> >> though I'm not sure that s

Re: [cfe-users] package build fails at r324504 or later on VS2017

2018-02-18 Thread masaru tsuchiyama via cfe-users
t; The version of NSIS is 3.02.1. >> > >> >> Maybe you want to add -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON to your build, >> >> though I'm not sure that should make any difference to the pdb files. >> > >> > If I added the option, the build succeeded. &g

Re: [cfe-users] package build fails at r324504 or later on VS2017

2018-02-16 Thread masaru tsuchiyama via cfe-users
dded the option, the build succeeded. > > Is that a solution to your problem? > > > 2018-02-14 23:06 GMT+09:00 Hans Wennborg : > >> > >> +Zach for r324504 > >> > >> On Tue, Feb 13, 2018 at 1:45 PM, masaru tsuchiyama via cfe-users > >> wro

[cfe-users] package build fails at r324504 or later on VS2017

2018-02-13 Thread masaru tsuchiyama via cfe-users
Hello llvm build fails at r324504 or later. I used the attached file to build. (renamed to .txt) example: clang-build.bat ninja x86 update 324806 This is the tail of the failure log. CPack: Create package using NSIS CPack: Install projects CPack: - Install project: LLVM Creating llvm-ranlib

Re: [cfe-users] cmake error with cmake 3.9.1

2017-08-27 Thread masaru tsuchiyama via cfe-users
Hello This was fixed at https://gitlab.kitware.com/cmake/cmake/merge_requests/1179 It will be released at cmake 3.9.2 Regards. Masaru 2017-08-20 11:22 GMT+09:00 Masaru Tsuchiyama : > Hello > > This was a bug of cmake. > > cmake doesn't create 'rules.ninja' while the build process > even though

Re: [cfe-users] cmake error with cmake 3.9.1

2017-08-19 Thread Masaru Tsuchiyama via cfe-users
Hello This was a bug of cmake. cmake doesn't create 'rules.ninja' while the build process even though generated build.ninja has a line "include rules.ninja". I can reproduce it with the other project which uses cmake. Regards. Masaru. Masaru Tsuchiyama wrote: Hello I updated cmake to 3.9.1,

[cfe-users] cmake error with cmake 3.9.1

2017-08-18 Thread Masaru Tsuchiyama via cfe-users
Hello I updated cmake to 3.9.1, then got the following error message on Win10. I don't get this error with cmake 3.7.1. Do you know what is wrong? a bug of cmake? > "C:\Program Files\CMake\bin\cmake.exe" -G Ninja -D CMAKE_INSTALL_PREFIX=c:\clang -D CMAKE_BUILD_TYPE=Release .. -- The C compile

Re: [cfe-users] Building Windows Installer fo clang

2017-05-02 Thread masaru tsuchiyama via cfe-users
Hi I replaced $(Configuration) Release in cmake_install.cmake manually, the errors didn't happen. Regards. 2017-05-02 16:20 GMT+09:00 masaru tsuchiyama : > Hi > > I'm able to create a package by Ninja. > > set DIR=%~dp0 > > cd /d %DIR% > rmdir /s /q llvm > svn co http://llvm.org/svn/llvm-proj

Re: [cfe-users] Building Windows Installer fo clang

2017-05-02 Thread masaru tsuchiyama via cfe-users
Hi I'm able to create a package by Ninja. set DIR=%~dp0 cd /d %DIR% rmdir /s /q llvm svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm cd /d %DIR% cd llvm\tools svn co http://llvm.org/svn/llvm-project/cfe/trunk clang cd /d %DIR% cd llvm\tools svn co http://llvm.org/svn/llvm-project/lld/t

[cfe-users] Building Windows Installer fo clang

2017-04-28 Thread masaru tsuchiyama via cfe-users
Hi Could you tell me how to build Windows Installer for clang Regards. Masaru. ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

[cfe-users] Building RPM for clang

2017-04-28 Thread masaru tsuchiyama via cfe-users
Hi Could you tell me how to build a RPM of clang? Regards. Masaru ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

[cfe-users] make cross compiler with Visual Studio 2017

2017-04-02 Thread Masaru Tsuchiyama via cfe-users
Hi Is it possible to make cross compiler with Visual Studio 2017? If so, please tell me how. I used the following bat file, but got some errors set clang_format_vs_version=5.0.0 set buildir=build-ninja-arm --- call "C:\Program File

[cfe-users] McAfee detected test-pdb.exe as a virus

2017-04-01 Thread Masaru Tsuchiyama via cfe-users
Hi I check out lldb, but the checkout failed because McAfee detected test-pdb.exe as a virus. The command is svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb The file is http://llvm.org/svn/llvm-project/lldb/trunk/unittests/SymbolFile/PDB/Inputs/test-pdb.exe -- Masaru _

Re: [cfe-users] clang windows installer

2017-03-29 Thread Masaru Tsuchiyama via cfe-users
Hi. Thank you for the reply. I looked at the bat file. But it seems that the script is not portable. The path is absolute. Hans Wennborg wrote: On Sun, Mar 26, 2017 at 1:06 AM, Masaru Tsuchiyama via cfe-users wrote: Hi I want to compile clang windows installer. Could you tell me how

[cfe-users] clang windows installer

2017-03-25 Thread Masaru Tsuchiyama via cfe-users
Hi I want to compile clang windows installer. Could you tell me how? Regards Masaru ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Re: [cfe-users] complie clang with clang

2017-03-23 Thread Masaru Tsuchiyama via cfe-users
-21, at 06:51, Masaru Tsuchiyama via cfe-users wrote: Hi. I'm trying to complie clang with clang. This should be fairly well documented. Try these: http://clang.llvm.org/get_started.html http://llvm.org/docs/CMake.html http://llvm.org/docs/AdvancedBuilds.html It sounds like

Re: [cfe-users] complie clang with clang

2017-03-22 Thread Masaru Tsuchiyama via cfe-users
Tsuchiyama via cfe-users wrote: Hi. I'm trying to complie clang with clang. This should be fairly well documented. Try these: http://clang.llvm.org/get_started.html http://llvm.org/docs/CMake.html http://llvm.org/docs/AdvancedBuilds.html It sounds like you're looking for

[cfe-users] complie clang with clang

2017-03-21 Thread Masaru Tsuchiyama via cfe-users
Hi. I'm trying to complie clang with clang. Then I found the site. http://stackoverflow.com/questions/12479458/how-to-build-clang-with-clang I want to know whether clang is surely used when compiling clang. I want it to display command line of clang compilation. Is there any method to show the