mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
232c833f56
This function calls a callback whenever a <type> is parsed. This is necessary to implement FindAlternateFunctionManglings in LLDB, which uses a similar hack in FastDemangle. Once that function has been updated to use this version, FastDemangle can finally be removed. Differential revision: https://reviews.llvm.org/D50586 llvm-svn: 339580
9 lines
132 B
CMake
9 lines
132 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
)
|
|
|
|
add_llvm_unittest(DemangleTests
|
|
PartialDemangleTest.cpp
|
|
FindTypesInMangledNameTest.cpp
|
|
)
|