1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

llvm-demangle-fuzzer: Link in Support

The refactoring in r318407 transiently includes abi-breaking.h
which defines EnableABIBreakingChecks. This breaks my Debug
build because this fuzzer did not link in Support with the symbol.

Differential Revision: https://reviews.llvm.org/D40190

llvm-svn: 318553
This commit is contained in:
Jonas Hahnfeld 2017-11-17 20:46:55 +00:00
parent 515421b8ee
commit ed41565ff7

View File

@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Demangle
FuzzMutate
Support
)
add_llvm_fuzzer(llvm-demangle-fuzzer