hanchenye-llvm-project/libcxxabi
Saleem Abdulrasool 4d7f90b064 __cxa_demangle: allow demangling invocation blocks
The block invocation function uses an extension where the prefix is ___Z
as opposed to _Z.  This should make the tests pass again.

Disable a negative test which was testing a crasher.  The symbol being
demangled is not a valid mangled symbol and will return a nullptr.

Adjust the type info decoding test to be a valid symbol name.

llvm-svn: 286793
2016-11-14 03:07:47 +00:00
..
cmake [CMake] Trying to fix the bots I broke 2016-08-29 22:26:00 +00:00
include [libc++abi] Default to DLL annotations on Windows 2016-09-27 03:44:09 +00:00
lib
src __cxa_demangle: allow demangling invocation blocks 2016-11-14 03:07:47 +00:00
test __cxa_demangle: allow demangling invocation blocks 2016-11-14 03:07:47 +00:00
www [CMake] Be more consistent about naming targets and components in libc++abi 2016-08-28 18:28:51 +00:00
.arcconfig
.gitignore
CMakeLists.txt Fix GCC libc++abi build 2016-11-13 22:27:00 +00:00
CREDITS.TXT
LICENSE.TXT