llvm/libcxxabi
Martin Storsjö 09dc884eb2 [libcxxabi] Fix layout of __cxa_exception for win64
Win64 isn't LP64, it's LLP64, but there's no __LLP64__ predefined -
just check _WIN64 in addition to __LP64__.

This fixes compilation after static asserts about the struct layout
were added in f2a436058f.

Differential Revision: https://reviews.llvm.org/D73838
2020-02-03 09:55:02 +02:00
..
cmake
fuzz
include
lib
src [libcxxabi] Fix layout of __cxa_exception for win64 2020-02-03 09:55:02 +02:00
test [libcxxabi] NFC: Fix trivial typos in comments 2020-01-22 11:36:31 +08:00
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [libc++abi] Bump PACKAGE_VERSION 2020-01-30 12:18:24 -08:00
CREDITS.TXT
LICENSE.TXT