Skip to content

Commit 414f999

Browse files
Teemperoryuxuanchen1997
authored andcommitted
[clang-fuzzer-dictionary] Fix build failure with libfuzzer (#99871)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251308
1 parent eea34ed commit 414f999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/tools/clang-fuzzer/dictionary/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set(CMAKE_CXX_FLAGS ${CXX_FLAGS_NOFUZZ})
12
add_clang_executable(clang-fuzzer-dictionary
23
dictionary.c
34
)

0 commit comments

Comments
 (0)