[clang] 0b12e18 - [clang-fuzzer-dictionary] Fix build failure with libfuzzer (#99871)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 09:29:37 PDT 2024


Author: Raphael Isemann
Date: 2024-07-22T09:29:34-07:00
New Revision: 0b12e185bd81b2199f95e211743f011084a79195

URL: https://github.com/llvm/llvm-project/commit/0b12e185bd81b2199f95e211743f011084a79195
DIFF: https://github.com/llvm/llvm-project/commit/0b12e185bd81b2199f95e211743f011084a79195.diff

LOG: [clang-fuzzer-dictionary] Fix build failure with libfuzzer (#99871)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt b/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
index ee4aa587ea54d..6b72b98f5e1c4 100644
--- a/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
+++ b/clang/tools/clang-fuzzer/dictionary/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_CXX_FLAGS ${CXX_FLAGS_NOFUZZ})
 add_clang_executable(clang-fuzzer-dictionary
   dictionary.c
   )


        


More information about the cfe-commits mailing list