[PATCH] D11740: ABI versioning macros for libc++

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 19 10:46:07 PDT 2015


EricWF added a comment.

Some more questions:

- Should bumping the ABI major version bump the SO version?
- Should bumping the ABI major version change the include path from `include/c++/v1` to `include/c++/v2`? What kind of clang support do we need to do this?


Repository:
  rL LLVM

http://reviews.llvm.org/D11740





More information about the cfe-commits mailing list