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
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
-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
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
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
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
_
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
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
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
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
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
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
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,
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
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
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
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
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
18 matches
Mail list logo