Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG with the adjustment for the dll storage macros.
CMakeLists.txt | ||
---|---|---|
313 ↗ | (On Diff #124347) | Ugh, I really do dislike the _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS macro, but that isn't your fault. |
src/config.h | ||
53 ↗ | (On Diff #124347) | 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 ↗ | (On Diff #124347) | Ok, I can make it use that instead. libcxx and libcxxabi do use defined(_WIN32) in their similar checks though. |