This is an archive of the discontinued LLVM Phabricator instance.

Fix the libc++ pretty printers for the android NDK
ClosedPublic

Authored by tberghammer on Jun 24 2016, 3:47 AM.

Details

Summary

Fix the libc++ pretty printers for the android NDK

The libc++ shipped with the android NDK is shipped using a different
internal namespace then the upstream libc++ (ndk1 vs. 1) to avoid
an ODR violation between the platform and the user application. This
change fixes our pretty printers to be able to work with the types
from the android NDK libc++.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix the libc++ pretty printers for the android NDK.
tberghammer updated this object.
tberghammer added a subscriber: lldb-commits.
granata.enrico accepted this revision.Jun 24 2016, 10:25 AM
granata.enrico edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 24 2016, 10:25 AM
clayborg accepted this revision.Jun 24 2016, 10:29 AM
clayborg edited edge metadata.
ovyalov accepted this revision.Jun 24 2016, 11:03 AM
ovyalov edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.