about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorSimonas Kazlauskas <git@kazlauskas.me>2017-03-03 19:11:34 +0200
committerAlex Crichton <alex@alexcrichton.com>2017-03-10 08:09:29 -0800
commit4ca9c97ace17ca0232bf6f83c06a8a8245614de5 (patch)
treef13643e511a2e31ea8c3e624a717a0cb885043f0 /src/rustllvm/RustWrapper.cpp
parentf573db4f80c75f156df8a743f456bf087ec81dc2 (diff)
downloadrust-4ca9c97ace17ca0232bf6f83c06a8a8245614de5.tar.gz
rust-4ca9c97ace17ca0232bf6f83c06a8a8245614de5.zip
Remove ability for plugins to register a MIR pass
In recent months there have been a few different people investigating how to make a plugin that
registers a MIR-pass – one that isn’t intended to be eventually merged into rustc proper.

The interface to register MIR passes was added primarily for miri (& later was
found to make prototyping of rustc-proper MIR passes a tiny bit faster). Since miri does not use
this interface anymore it seems like a good time to remove this "feature".

For prototyping purposes a similar interface can be added by developers themselves in their custom
rustc build.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions