mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
bb6e7b26a0
This patch implements the demangling functionality as described in the Vector Function ABI. This patch will be used to implement the SearchVectorFunctionSystem (SVFS) as described in the RFC: http://lists.llvm.org/pipermail/llvm-dev/2019-June/133484.html A fuzzer is added to test the demangling utility. Patch by Sumedh Arani <sumedh.arani@arm.com> Differential revision: https://reviews.llvm.org/D66024 llvm-svn: 372343
8 lines
118 B
CMake
8 lines
118 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Support
|
|
)
|
|
add_llvm_fuzzer(vfabi-demangler-fuzzer
|
|
vfabi-demangler-fuzzer.cpp
|
|
)
|