summaryrefslogtreecommitdiff
path: root/test/fuzzer/lit.cfg
AgeCommit message (Expand)Author
2018-07-10[LibFuzzer] Disable MSan test on Darwin which was added by r336619. The Memor...Dan Liew
2018-07-09[libFuzzer] Make -fsanitize=memory,fuzzer work.Matt Morehouse
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-20[sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-06-12[libFuzzer] [NFC] Make compiler command generation more readable.George Karpenkov
2018-03-23[libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.Matt Morehouse
2018-03-07[Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek
2018-01-17Reland "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17Revert "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17[libFuzzer] Support using libc++Petr Hosek
2018-01-12[libFuzzer] Fix bug introduced in r322380 that always links -lc++.Matt Morehouse
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-09-12[libFuzzer] Fix lit files to make running tests more straightforward on Mac OS.Max Moroz
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov