[Lldb-commits] [lldb] [lldb] Add a fuzzer for the DWARF Expression Evaluator (PR #114286)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 30 12:46:50 PDT 2024


================
@@ -0,0 +1,34 @@
+set(LLVM_LINK_COMPONENTS
+  Support
+  )
+
+add_llvm_fuzzer(lldb-dwarf-expression-fuzzer
+  EXCLUDE_FROM_ALL
+  lldb-dwarf-expression-fuzzer.cpp
+  )
+
+include_directories(${LLDB_SOURCE_ROOT})
----------------
bulbazord wrote:

suggestion: Use `target_include_directories` instead of a naked `include_directories`

https://github.com/llvm/llvm-project/pull/114286


More information about the lldb-commits mailing list