Revert "Use the new mangling for reflection."

This needs some changes in lldb.
Disabled for now until lldb supports the new mangling.

This reverts commit 21ba292943.
This commit is contained in:
Erik Eckstein
2017-02-08 08:10:40 -08:00
parent 6a1ff0293e
commit 254f36aba5
28 changed files with 205 additions and 195 deletions

View File

@@ -10,8 +10,9 @@
//
//===----------------------------------------------------------------------===//
#define NO_NEW_DEMANGLING
#include "../../../lib/Basic/Demangle.cpp"
#include "../../../lib/Basic/Demangler.cpp"
#include "../../../lib/Basic/ManglingUtils.cpp"
#include "../../../lib/Basic/Punycode.cpp"
#include "../../../lib/Basic/PunycodeUTF8.cpp"