Displaying 7 results from an estimated 7 matches for "handlelibcxxabi".
2018 Feb 09
0
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...> + set(LIBCXX_CXX_ABI_LIBNAME "libcxxrt")
> else()
> set(LIBCXX_CXX_ABI_LIBNAME "default")
> endif()
... and unfortunately that didn't work, since the CMakeFiles are unable to find the libcxxrt headers:
CMake Warning at projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:67 (message):
Failed to find cxxabi.h
Call Stack (most recent call first):
projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:112 (setup_abi_lib)
projects/libcxx/CMakeLists.txt:428 (include)
CMake Warning at projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:67 (message):
Failed t...
2018 Feb 09
2
[cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On 9 Feb 2018, at 20:40, Dimitry Andric via cfe-dev <cfe-dev at lists.llvm.org> wrote:
>
>> On 9 Feb 2018, at 10:20, Hans Wennborg <hans at chromium.org> wrote:
...
>> What are all these test failures? Does it seems like they have a
>> common root cause and do we have a bug for it?
...
> The Clang Tools and Extra Tools Unit tests all appear to crash with:
>
2018 Feb 11
2
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...LIBNAME "libcxxrt")
>> else()
>> set(LIBCXX_CXX_ABI_LIBNAME "default")
>> endif()
>
> ... and unfortunately that didn't work, since the CMakeFiles are unable to find the libcxxrt headers:
>
> CMake Warning at projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:67 (message):
> Failed to find cxxabi.h
> Call Stack (most recent call first):
> projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:112 (setup_abi_lib)
> projects/libcxx/CMakeLists.txt:428 (include)
Ok, this turned out to be easier than I thought. After applying https://revi...
2018 Feb 12
0
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...t;)
>>> else()
>>> set(LIBCXX_CXX_ABI_LIBNAME "default")
>>> endif()
>>
>> ... and unfortunately that didn't work, since the CMakeFiles are unable to find the libcxxrt headers:
>>
>> CMake Warning at projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:67 (message):
>> Failed to find cxxabi.h
>> Call Stack (most recent call first):
>> projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:112 (setup_abi_lib)
>> projects/libcxx/CMakeLists.txt:428 (include)
>
> Ok, this turned out to be easier than I thought. Af...
2018 Feb 12
1
[Openmp-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...>>>> set(LIBCXX_CXX_ABI_LIBNAME "default")
>>>> endif()
>>>
>>> ... and unfortunately that didn't work, since the CMakeFiles are unable to find the libcxxrt headers:
>>>
>>> CMake Warning at projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:67 (message):
>>> Failed to find cxxabi.h
>>> Call Stack (most recent call first):
>>> projects/libcxx/cmake/Modules/HandleLibCXXABI.cmake:112 (setup_abi_lib)
>>> projects/libcxx/CMakeLists.txt:428 (include)
>>
>> Ok, this turned out to be ea...
2019 Sep 20
2
Building LLVM with LLVM with no dependence on GCC
...(include)
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for ccos in m
-- Looking for ccos in m - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
CMake Warning at /home/fips/llvm-project/libcxx/cmake/Modules/HandleLibCXXABI.cmake:72 (message):
Failed to find cxxabi.h
Call Stack (most recent call first):
/home/fips/llvm-project/libcxx/cmake/Modules/HandleLibCXXABI.cmake:115 (setup_abi_lib)
/home/fips/llvm-project/libcxx/CMakeLists.txt:504 (include)
CMake Warning at /home/fips/llvm-project/libcxx/cmake/Modules/H...
2019 Sep 17
2
Building LLVM with LLVM with no dependence on GCC
Hi folks!
I'm trying to get rid of any dependency on libgcc*, but without success so
far. The following commands were executed on a freshliy installed and updated
Ubuntu 16.04 LTS:
=== snip ===
sudo apt-get install build-essential libffi-dev cmake # see aptget.txt for packages installed
sudo mv /usr/local /usr/local.orig
git clone https://github.com/llvm/llvm-project.git
cd llvm-project; git