]> git.lizzy.rs Git - rust.git/commitdiff
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)
 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?)


Trivial merge