search for: dwarf_eh_bases

Displaying 2 results from an estimated 2 matches for "dwarf_eh_bases".

2007 Aug 29
1
[LLVMdev] RFC: Patch for Exceptions
On 8/29/07, Bill Wendling <isanbard at gmail.com> wrote: > On 8/29/07, Anton Korobeynikov <asl at math.spbu.ru> wrote: > > Hello, Bill > > > > > It may be my lack of understanding, but it appears that having -- > > > enable-eh set during compilation of llvm-gcc is causing extra files > > > to be compiled. > > Oh, no. They are always
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...;dllexport' attribute [-Wdll-attribute-on-redeclaration] _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc, ^ C:/Users/clang/libunwind/include\unwind.h:344:20: note: previous declaration is here extern const void *_Unwind_Find_FDE(const void *pc, struct dwarf_eh_bases *); ^ C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:208:29: warning: redeclaration of '_Unwind_GetCFA' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration] _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {...