Displaying 4 results from an estimated 4 matches for "llvmbuildexport".
Did you mean:
llvmbuildexports
2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...being packaged, I build in a pretty basic
> chroot, should cmake be installed there?
It's not necessary for CMake to be installed when building with the
Autoconf/Makefile build system. If you look in the build directory
after a build has been performed you should see in cmake/modules
```
LLVMBuildExports.cmake LLVMConfig.cmake LLVMConfigVersion.cmake
LLVMExports.cmake Makefile
````
The ``LLVMConfig.cmake`` and ``LLVMConfigExports.cmake`` file are
generated by the build in this directory and are later installed
(along with a bunch of other files). When I do a build of LLVM on Arch
Linux and ins...
2015 Jul 07
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...r taking the time to look at this.
>> It's not necessary for CMake to be installed when building with the
>> Autoconf/Makefile build system. If you look in the build directory
>> after a build has been performed you should see in cmake/modules
>>
>> ```
>> LLVMBuildExports.cmake LLVMConfig.cmake LLVMConfigVersion.cmake
>> LLVMExports.cmake Makefile
>> ````
>
>
> I have these for the test-release build, but only in the *.obj directory,
> not the install directory.
Okay. So that means the files are being generated during the build but
not i...
2015 Feb 12
4
[LLVMdev] Building clang on Raspberry Pi2
The raspberry Pi2 is an armv7a chip (Cortex-A7), the first stage builds
fine with the native g++ (if not a little slowly at 10+ hours), but it
crashes at some point with this command line:
Program arguments:
/home/ben/development/llvm/3.6.0/rc2/Phase2/Release/llvmCore-3.6.0-rc2.install/bin/clang
-cc1 -triple armv7-unknown-linux-gnueabihf -emit-obj -disable-free
-disable-llvm-verifier
2015 Jul 06
4
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
Hi,
I've taken a look at the binary tarballs for clang+llvm-3.6.2-rc1-*
that have been uploaded and observed the following:
* All uploaded tarballs include the generated CMake files apart from
``clang+llvm-3.6.2-rc1-x86_64-linux-gnu-ubuntu-14.04.tar.xz``.
These files (share/llvm/cmake/*.cmake) are missing in this tarball.
* Inside the Ubuntu tarball the directory is not consistently named