Displaying 5 results from an estimated 5 matches for "__glibcxx__".
Did you mean:
__glibc__
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Since the original buildit script doesn't cover my needs I switched to a custom but really similar script, in the meantime I also got the habit
to dig for new flags and support and the __GLIBCXX__ define was hiding
some of this errors. I see that other linux-based operating system offer this kind of support and they even use the same core components of my
GNU/Linux distribution.
You are right,
in the end I get this warnings but how I'm supposed to fill the voids ?
In other words why...
2014 May 01
2
[LLVMdev] [ exception_ptr ] libcxx doesn't cope well with libcxxabi under linux
Hi,
I'm under Ubuntu 13.10 amd64 I just compiled both my libcxx and my libcxxabi.
I noticed this really weird behaviour, while trying to compile some C++11-compliant piece of code I get this error at runtime
exception_ptr not yet implemented
Aborted (core dumped)
Now my experience tells me that this is something that can easily be related to the ABI, so I go to the official libcxxabi
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello,
Le 12/12/2016 à 18:29, Hans Wennborg a écrit :
> +Sylvestre who knows about these things.
>
> On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> L.S.,
>>
>> I'm currently in the process of creating Debian packages for
>> clang/llvm release 3.9.0. For this I'm using the steps as explained on
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...=1
//ADVANCED property for variable: LIBXML2_LIBRARIES
LIBXML2_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: LIBXML2_XMLLINT_EXECUTABLE
LIBXML2_XMLLINT_EXECUTABLE-ADVANCED:INTERNAL=1
//Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS
LINKER_SUPPORTS_COLOR_DIAGNOSTICS:INTERNAL=
//Have symbol __GLIBCXX__
LLDB_USING_LIBSTDCXX:INTERNAL=1
//Test LLDB_USING_LIBSTDCXX_4_9
LLDB_USING_LIBSTDCXX_4_9:INTERNAL=1
//For Visual Studio 2013, manually copy natvis files to Documents\Visual
// Studio 2013\Visualizers
LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION:INTERNAL=FALSE
//ADVANCED property for variable: LLVM_BUILD...