Commit Graph

4 Commits

Author SHA1 Message Date
George Karpenkov
c5c1133207 Fix fuzzer tests, detect whether fuzzing runtime is available. 2017-10-13 18:10:26 -07:00
George Karpenkov
34c502148d Re-enable fuzzing tests with simulator XFAIL'd (#11387)
Re-enable fuzzing tests with simulators XFAIL'd
2017-08-18 09:43:25 -07:00
Arnold Schwaighofer
cace8516b0 Disable tests that fail on bots
rdar://33778153
2017-08-08 10:33:47 -07:00
George Karpenkov
efe143c2f4 Adding support for -sanitize=fuzzer flag (#11381)
Similarly to Clang, the flag enables coverage instrumentation, and links
`libLLVMFuzzer.a` to the produced binary.
Additionally, this change affects the driver logic, and enables the
concurrent usage of multiple sanitizers.
2017-08-07 18:16:51 -07:00