Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LG with the adjustment for the dll storage macros.
| CMakeLists.txt | ||
|---|---|---|
| 313 | Ugh, I really do dislike the _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS macro, but that isn't your fault. | |
| src/config.h | ||
| 53 | I think that !defined(__ELF__) && !defined(__MACHO__) is better than defined(_WIN32), as these are PE/COFF specific, not Windows specification. | |
| src/config.h | ||
|---|---|---|
| 53 | Ok, I can make it use that instead. libcxx and libcxxabi do use defined(_WIN32) in their similar checks though. | |
Ugh, I really do dislike the _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS macro, but that isn't your fault.