[PATCH] Add a Fuzzer library
Reid Kleckner
rnk at google.com
Tue Jan 27 14:01:55 PST 2015
lgtm
================
Comment at: lib/Fuzzer/CMakeLists.txt:1
@@ +1,2 @@
+add_library(Fuzzer STATIC
+ EXCLUDE_FROM_ALL # Do not build if you are not building fuzzers.
----------------
Maybe this should be LLVMFuzzer to namespace it better? You're bypassing the add_llvm_library wrapper which will add this prefix.
http://reviews.llvm.org/D7184
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list