Displaying 1 result from an estimated 1 matches for "libunwind_avail".
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...port' attribute
[-Wdll-attribute-on-redeclaration]
_LIBUNWIND_WEAK_ALIAS(__unw_init_local, unw_init_local)
^
C:/Users/clang/libunwind/include\libunwind.h:104:12: note: previous
declaration is here
extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
^
C:/Users/clang/libunwind/src/libunwind.cpp:91:38: warning: redeclaration of
'unw_get_reg' should not add 'dllexport' attribute
[-Wdll-attribute-on-redeclaration]
_LIBUNWIND_WEAK_ALIAS(__unw_get_reg, unw_get_reg)
^
C:/Users/clang/lib...