klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
https://reviews.llvm.org/D34267
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-com
kcc updated this revision to Diff 106573.
kcc added a comment.
Use EmitObjAction; also link and initialize the targets so
that we actually call the optimizer.
https://reviews.llvm.org/D34267
Files:
tools/clang-fuzzer/CMakeLists.txt
tools/clang-fuzzer/ClangFuzzer.cpp
Index: tools/clang-fuz
kcc added a comment.
ignore this for now. I've found how to make it even more interesting (by using
llvm::InitializeAllTargets, etc), will send an update later.
https://reviews.llvm.org/D34267
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
kcc created this revision.
Herald added a subscriber: mgorny.
use EmitAssemblyAction in clang-fuzzer
https://reviews.llvm.org/D34267
Files:
tools/clang-fuzzer/CMakeLists.txt
tools/clang-fuzzer/ClangFuzzer.cpp
Index: tools/clang-fuzzer/ClangFuzzer.cpp
==