Displaying 3 results from an estimated 3 matches for "dllvm_link_dylib".
Did you mean:
llvm_link_dylib
2016 Sep 06
5
Recommended computer resources to build llvm
...t;> > 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:
>>
>>...
2016 Sep 06
2
Recommended computer resources to build llvm
...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...
2016 Sep 06
10
Recommended computer resources to build llvm
I've got a i7 with 12 logical cores and 16GB of RAM I successfully
built RELEASE_390/final but for the last 100 or so files I'd to use
"ninja -j2" so as not to keep from swapping in the best case and and
in the worst case the build kills itself without completing because
apparently its run out of memory.
For the first 3200 files or so it was doing just fine with