Skip to content

Commit 4f5d63b

Browse files
committed
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318553 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 974e5c8 commit 4f5d63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/llvm-demangle-fuzzer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set(LLVM_LINK_COMPONENTS
22
Demangle
33
FuzzMutate
4+
Support
45
)
56

67
add_llvm_fuzzer(llvm-demangle-fuzzer

0 commit comments

Comments
 (0)