Uh oh!
There was an error while loading. Please reload this page.
Allow plugins to register LLVM passes - #24207
Merged
Merged
Conversation
brson
commented
Apr 8, 2015
Contributor
This looks ok to me. Although I don't like exposing more LLVM-ness, this is already behind the plugin gate which is known to be problematic. I want AFL to work. |
brson
commented
Apr 8, 2015
Contributor
Waiting to hear what @nrc thinks. |
kmcallister
commented
Apr 8, 2015
ContributorAuthor
Then I have good news for you. |
brson
commented
Apr 8, 2015
Contributor
@bors r+ |
bors
commented
Apr 8, 2015
Collaborator
📌 Commit 0cb9379 has been approved by |
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Apr 9, 2015
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?)
Manishearth added a commit
to Manishearth/rust
that referenced
this pull request
Apr 9, 2015
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?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @brson
I'm using this to integrate rustc with american-fuzzy-lop. Building with afl instrumentation is no different from loading any other plugin library.
I'd like this PR to include a
run-maketest 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?)