search for: _urc_ok

Displaying 8 results from an estimated 8 matches for "_urc_ok".

2016 Nov 16
2
Clang 3.8 can't compile libunwind 3.9
Hi Logan, So, I just realised clang 3.8 comes with an unwind.h which doesn't have _URC_OK defined (introduced in r262178, just after 3.8 split). But on that commit, the personality routine depends on it for EHABI calls, which is defined by default on ARM environments. The end result is that I can only use Clang 3.9+ to compile libunwind 3.9+. http://buildmaster.tcwglab.linaro.org/bui...
2018 Dec 10
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...l/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) ^~~~~~~~~~~~~~~ /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,...
2018 Dec 13
2
Compiling for baremetal ARMv4 on Ubuntu Linux
.../projects/compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] >> if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) >> ^~~~~~~~~~~~~~~ >> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here >> _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *, >>...
2018 Dec 14
3
Compiling for baremetal ARMv4 on Ubuntu Linux
.../projects/compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] > > if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) > > ^~~~~~~~~~~~~~~ > > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here > > _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *, > >...
2019 Feb 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
.../compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] > >>> if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) > >>> ^~~~~~~~~~~~~~~ > >>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here > >>> _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *, > >...
2019 Mar 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] > if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) > ^~~~~~~~~~~~~~~ > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here > _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *, >...
2019 Mar 11
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:160:28: warning: incompatible pointer types passing 'struct _Unwind_Exception *' to parameter of type 'struct _Unwind_Exception *' [-Wincompatible-pointer-types] > if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) > ^~~~~~~~~~~~~~~ > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/gcc_personality_v0.c:148:66: note: passing argument to parameter here > _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *, >...
2018 Dec 07
2
Compiling for baremetal ARMv4 on Ubuntu Linux
Hello, on the problems cross-building compiler-rt: Tried to follow https://llvm.org/docs/HowToCrossCompileBuiltinsOnArm.html which lead to this cmake: cmake -G "Ninja" ../llvm/projects/compiler-rt/ -DCOMPILER_RT_BUILD_BUILTINS=ON -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF -DCOMPILER_RT_BUILD_LIBFUZZER=OFF -DCOMPILER_RT_BUILD_PROFILE=OFF