Displaying 3 results from an estimated 3 matches for "q8300".
Did you mean:
h8300
2018 Sep 19
2
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
>are you setting the optimized tablegen option?
LLVM_OPTIMIZED_TABLEGEN is not active - i will try that
>In addition, make sure you have plenty of memory
i've got only Intel Core 2 Quad CPU Q8300/2.50Ghz and 8GB RAM for testing
not much cpu power AND memory
Am 19.09.2018 um 11:31 schrieb James Henderson:
> Regarding the Debug build taking hours, are you setting the optimized
> tablegen option? If you aren't the Debug build will take a very long
> time. In addition, make sure...
2018 Sep 20
6
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
...t lists.llvm.org> wrote:
>>
>> >are you setting the optimized tablegen option?
>>
>> LLVM_OPTIMIZED_TABLEGEN is not active - i will try that
>>
>> >In addition, make sure you have plenty of memory
>>
>> i've got only Intel Core 2 Quad CPU Q8300/2.50Ghz and 8GB RAM for testing
>> not much cpu power AND memory
>>
>>
>>
>>
>> Am 19.09.2018 um 11:31 schrieb James Henderson:
>>>
>>> Regarding the Debug build taking hours, are you setting the optimized
>>> tablegen option? If you ar...
2018 Sep 19
4
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
>because with that generator the CMAKE_BUILD_TYPE variable is ignored
>because it is a "multi-configuration target".
thanks for the link, is that a bug in the CMake configuration (or better
not getting any warning) or is there just documentation missing?
so i can use --config Debug or --config Release and get the correct
results - i hope that works the build takes hours