[Lldb-commits] [PATCH] D57466: [lldb] Relax libc++ ABI version checking

Tom Anderson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 30 12:37:50 PST 2019


thomasanderson created this revision.
thomasanderson added reviewers: EricWF, thakis.
Herald added subscribers: abidh, jfb.

libc++ has programmable ABI versioning controllable with the _LIBCPP_ABI_VERSION
macro.  Currently there are at least 3 settings used in real systems (1 as the
default, ndk1 for Anroid, Cr for Chromium).

Only the 1 and ndk1 cases were handled.  This change relaxes the check to allow
any ABI version.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D57466

Files:
  source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57466.184350.patch
Type: text/x-patch
Size: 17899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190130/b0e429de/attachment.bin>


More information about the lldb-commits mailing list