Wink Saville via llvm-dev
2016-Sep-06 22:31 UTC
[llvm-dev] Recommended computer resources to build llvm
On Tue, Sep 6, 2016 at 3:05 PM, Alexandre Isoard <alexandre.isoard at gmail.com> wrote:> LLVM_ENABLE_DYLIBWhere/when/how do you specify LLVM_ENABLE_DYLIB and LLVM_LINK_DYLIB? I tried the following on the cmake command line: $ cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=/home/wink/opt/llvm -DLLVM_ENABLE_DYLIB=true -DLLVM_LINK_DYLIB=true And got: ... -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: LLVM_ENABLE_DYLIB LLVM_LINK_DYLIB -- Build files have been written to: /home/wink/foss/llvm.3.9.0/build
Alexandre Isoard via llvm-dev
2016-Sep-06 22:35 UTC
[llvm-dev] Recommended computer resources to build llvm
That is because I mistyped it: LLVM_ENABLE_LLVM_DYLIB:BOOL=ON LLVM_LINK_LLVM_DYLIB:BOOL=ON On Tue, Sep 6, 2016 at 11:31 PM, Wink Saville <wink at saville.com> wrote:> On Tue, Sep 6, 2016 at 3:05 PM, Alexandre Isoard > <alexandre.isoard at gmail.com> wrote: > > LLVM_ENABLE_DYLIB > > Where/when/how do you specify LLVM_ENABLE_DYLIB and LLVM_LINK_DYLIB? > > I tried the following on the cmake command line: > > $ cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=/home/wink/opt/llvm > -DLLVM_ENABLE_DYLIB=true -DLLVM_LINK_DYLIB=true > > > And got: > ... > -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed > -- Configuring done > -- Generating done > CMake Warning: > Manually-specified variables were not used by the project: > > LLVM_ENABLE_DYLIB > LLVM_LINK_DYLIB > > > -- Build files have been written to: /home/wink/foss/llvm.3.9.0/build >-- *Alexandre Isoard* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160906/4492a407/attachment.html>
Alexandre Isoard via llvm-dev
2016-Sep-06 22:37 UTC
[llvm-dev] Recommended computer resources to build llvm
And again... LLVM_BUILD_LLVM_DYLIB:BOOL=ON LLVM_LINK_LLVM_DYLIB:BOOL=ON This one is the good one... maybe. On Tue, Sep 6, 2016 at 11:35 PM, Alexandre Isoard < alexandre.isoard at gmail.com> wrote:> That is because I mistyped it: > LLVM_ENABLE_LLVM_DYLIB:BOOL=ON > LLVM_LINK_LLVM_DYLIB:BOOL=ON > > On Tue, Sep 6, 2016 at 11:31 PM, Wink Saville <wink at saville.com> wrote: > >> On Tue, Sep 6, 2016 at 3:05 PM, Alexandre Isoard >> <alexandre.isoard at gmail.com> wrote: >> > LLVM_ENABLE_DYLIB >> >> Where/when/how do you specify LLVM_ENABLE_DYLIB and LLVM_LINK_DYLIB? >> >> I tried the following on the cmake command line: >> >> $ cmake -G Ninja .. -DCMAKE_INSTALL_PREFIX=/home/wink/opt/llvm >> -DLLVM_ENABLE_DYLIB=true -DLLVM_LINK_DYLIB=true >> >> >> And got: >> ... >> -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed >> -- Configuring done >> -- Generating done >> CMake Warning: >> Manually-specified variables were not used by the project: >> >> LLVM_ENABLE_DYLIB >> LLVM_LINK_DYLIB >> >> >> -- Build files have been written to: /home/wink/foss/llvm.3.9.0/build >> > > > > -- > *Alexandre Isoard* >-- *Alexandre Isoard* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160906/26e6dbba/attachment.html>