Commit Graph

8 Commits

Author SHA1 Message Date
Kostya Serebryany 2ab67b41e3 [llvm] switch to the new github repo (#3122) 2019-12-13 11:24:18 -08:00
jonathanmetzman ae9398deef
Change LIB_FUZZING_ENGINE to -fsanitize=fuzzer in libFuzzer builds (#2312) 2019-04-15 10:05:02 -07:00
Matt Morehouse 6c3880cfd5 [llvm] Remove proto fuzzers. (#2301)
Proto fuzzers are slow and haven't found bugs in a long time.  Their
builds are also hard to maintain since they build in a different
configuration than any of the LLVM build bots.
2019-04-08 12:30:36 -07:00
Benjamin Kramer 3987385f7b Add clangd-fuzzer to llvm's fuzz targets (#922)
This requires also checking out clang-tools-extra.
2017-10-26 09:47:16 -07:00
morehouse e0c7d2f5bd [llvm] Add clang-proto-fuzzer. (#885)
* [llvm] Add clang-proto-fuzzer.

- Move protobuf build to build.sh to avoid container overflow false
  positive
- Build clang-[proto-]fuzzer using OSS-Fuzz environment variables.

* [llvm] Simplify build.sh and use OSS-Fuzz's environment variables.
2017-10-12 16:20:00 -07:00
Kostya Serebryany 1fe314f3af redirect svn output to a log file 2017-10-11 11:32:49 -07:00
Kostya Serebryany af0d768f3d use "ninja fuzzer" instead of "ninja check-fuzzer" 2017-10-10 12:23:51 -07:00
Kostya Serebryany db1bf6657b add initial set up for LLVM fuzzers (#788)
* add initial set up for LLVM fuzzers

* update LLVM docker/build to match the fresh LLVM flags

* update LLVM docker/build
2017-08-23 14:17:03 -07:00