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
   )


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to