rust/src/rustllvm
Björn Steinbrink d7ccea6c1c Disable the null check elimination pass
This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes #30081
2015-12-02 18:19:10 +01:00
..
2015-10-24 18:42:23 +09:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.