[PATCH] D28133: add cxa_demangle_fuzzer

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 27 18:32:02 PST 2016


mehdi_amini added inline comments.


================
Comment at: fuzz/CMakeLists.txt:3
+if( LLVM_USE_SANITIZE_COVERAGE )
+  set(LLVM_LINK_COMPONENTS support)
+
----------------
This is a dependency on libLLVMSupport right? Why is this needed?


https://reviews.llvm.org/D28133





More information about the cfe-commits mailing list