Skip to content
Commit 09dc884e authored by Martin Storsjö's avatar Martin Storsjö
Browse files

[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 f2a43605.

Differential Revision: https://reviews.llvm.org/D73838
parent 2dc45bf3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment