]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #24207 - kmcallister:llvm-plugin, r=brson
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 10:24:18 +0000 (15:54 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 18:54:43 +0000 (00:24 +0530)
commit4e466e730b18645e73c2e4a841f6e675c82ceb22
tree37467bb5a28494a2a7c37b6cd9a7bd0b8891d59c
parent2dffe789791f2be95683b47a34f7a4c7f1014047
parent0cb937944664f7a52895c87f9007fcdface78a7e
Rollup merge of #24207 - kmcallister:llvm-plugin, r=brson

 r? @brson

I'm using this to integrate rustc with [american-fuzzy-lop](http://lcamtuf.coredump.cx/afl/). Building with afl instrumentation is no different from loading any other plugin library.

I'd like this PR to include a `run-make` test with a custom LLVM pass; however I'm not sure it's worth the trouble of building C++ code and linking LLVM from the test suite (are there existing tests that do this?)