1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Justin Bogner 1f7d4b581a cmake: Invent add_llvm_fuzzer to set up fuzzer targets
This moves the cmake configuration for fuzzers in LLVM to a new macro,
add_llvm_fuzzer. This will make it easier to keep things consistent
while implementing llvm.org/pr34314.

I've also made a couple of minor functional changes here:

- the fuzzers now use add_llvm_executable rather than add_llvm_tool.
  This means they won't create install targets and stuff like that,
  because those made little sense for these fuzzers.
- I've grouped these under "Fuzzers" rather than in with "Tools" for
  people who build with IDEs.

llvm-svn: 312200
2017-08-31 00:36:33 +00:00
..
2017-06-28 23:15:16 +00:00
2017-08-28 06:47:47 +00:00
2017-08-02 20:32:26 +00:00
2017-08-02 20:32:26 +00:00
2017-08-28 06:47:47 +00:00
2017-08-23 00:02:10 +00:00
2017-03-30 12:59:53 +00:00