search for: dso_handl

Displaying 5 results from an estimated 5 matches for "dso_handl".

Did you mean: dso_handle
2012 Jul 23
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
...r problem came up... ../CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/../lib/gcc/arm-none-linux-gnueabi/4.6.3/../../../../arm-none-linux-gnueabi/bin/ld: error: /home/emitrax/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/bin/../arm-none-linux-gnueabi/libc/thumb2/usr/lib/libc.a(dso_handle.o): Conflicting architecture profiles A/M and so on for many other symbols. ../CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/arm-none-linux-gnueabi/libc/thumb2/usr/lib/libc.a | grep dso_handle.o -A 10 File: /home/emitrax/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_GNU_Linux/arm-none-li...
2012 Jul 22
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 22 July 2012 22:03, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > While we are at it, if a new comer would like to understand where everything > takes place, where should he look? > > I did a grep in the source and eventually ended up in clang/something/driver. That's pretty much it: clang/lib/Driver
2016 Sep 07
2
Test failures building RELEASE_3.9.0/final
...r-rt/lib/msan/msan.cc:386 #19 0x0000000000446225 in __interceptor___cxa_atexit (func=func at entry=0x7ffff7adf010 <std::(anonymous namespace)::generic_error_category::~generic_error_category()>, arg=arg at entry=0x7ffff7dd5b50 <std::(anonymous namespace)::generic_category_instance>, dso_handle=0x7ffff7dd59c0) at ../projects/compiler-rt/lib/msan/msan_interceptors.cc:1181 #20 0x00007ffff7add976 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at /build/gcc-multilib/src/gcc/libstdc++-v3/src/c++11/compatibility-c++0x.cc:214 #21 _GLOBAL__sub_I_compatibili...
2016 Sep 07
4
Test failures building RELEASE_3.9.0/final
I've "successfully" built 3.9.0 release but when I run "ninja check-all" I got 208 Unexpected failures: Expected Passes : 33997 Expected Failures : 198 Unsupported Tests : 685 Unexpected Failures: 208 Below is the log I captured running "time ninja check-all | tee ninja-check-all.txt" https://drive.google.com/open?id=0B-KTY7zi7eZHU2hGYTRtd01QZjA
2017 Nov 23
1
JIT and atexit crash
Hi, Not sure whether this matches your use case, but the Orc-based JIT used in LLI appears to be using `llvm::orc::LocalCXXRuntimeOverrides` (http://llvm.org/doxygen/classllvm_1_1orc_1_1LocalCXXRuntimeOverrides.html) to override `__cxa_atexit`: https://github.com/llvm-mirror/llvm/blob/release_50/tools/lli/OrcLazyJIT.h#L74