morehouse added a comment. In https://reviews.llvm.org/D38642#890969, @kcc wrote:
> I'd like to know more. > At least simple cases work fine: You're right. I was trying to add `-fsanitize=fuzzer` to `CMAKE_CXX_FLAGS` right before the link command, which was causing a later compilation to give the error. Setting `CMAKE_EXE_LINKER_FLAGS` seems to work though. This seems simpler and cleaner than the approach @bogner took. https://reviews.llvm.org/D38642 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits