https://bugs.kde.org/show_bug.cgi?id=444547

Alex Fan <alex.fa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.fa...@gmail.com

--- Comment #2 from Alex Fan <alex.fa...@gmail.com> ---
Can we include the ```HAVE_CXX_ATOMICS_WITH_LIB OR
HAVE_CXX_ATOMICS64_WITH_LIB``` part in 5.1.0 and possibly also 5.0.x? Currently
as I see, this patch only exists in master branch.
The reason is not clang specific, but on platforms like riscv that have builtin
64bits atomics while lacks anything smaller, HAVE_CXX_ATOMICS_WITHOUT_LIB is
FALSE and HAVE_CXX_ATOMICS64_WITHOUT_LIB is TRUE. So the condition  ``` if(NOT
HAVE_CXX_ATOMICS_WITHOUT_LIB) if(NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB)``` still
doesn't link atomic though checkatomic.cmake sets these value correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to