Homec4science

Check whether _MSC_VER is defined when detecting presence of cxxabi.h under…

Authored by Peter Collingbourne <pcc@google.com> on Jan 12 2018, 04:36.

Description

Check whether _MSC_VER is defined when detecting presence of cxxabi.h under libc++.

If _MSC_VER is defined, it means that we are using the Microsoft
ABI, so cxxabi.h (which is associated with the Itanium ABI) will not
be available.

Details

Committed
Peter Collingbourne <pcc@google.com>Jan 18 2018, 05:29
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:1b077667bd95: Merge pull request #1402 from gennadiycivil/master
Branches
Unknown
Tags
Unknown

Event Timeline

Peter Collingbourne <pcc@google.com> committed R9484:ba99a04be2d5: Check whether _MSC_VER is defined when detecting presence of cxxabi.h under… (authored by Peter Collingbourne <pcc@google.com>).Jan 18 2018, 05:29