about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-10 16:51:20 -0600
committerAlex Crichton <alex@alexcrichton.com>2017-03-10 16:18:27 -0800
commit5377eab1ec0d8657cb398762296d82ebc8844a41 (patch)
tree11bd193293a305f2013109d81b195545ea019e8f /src/rustllvm/RustWrapper.cpp
parent37265d8b78f2c21d9b8f4c9ac9f6b0060b2247e0 (diff)
parent4ca9c97ace17ca0232bf6f83c06a8a8245614de5 (diff)
downloadrust-5377eab1ec0d8657cb398762296d82ebc8844a41.tar.gz
rust-5377eab1ec0d8657cb398762296d82ebc8844a41.zip
Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakis
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.

cc @nikomatsakis
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions