about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-06-20 10:02:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-06-20 10:05:26 -0700
commit3c778953d559ca420449421f9415589ef2976a18 (patch)
tree73357583a3b0c49256ea44ac92511122ba61e21b /src/rustllvm/RustWrapper.cpp
parent5522e678bcefe14cc2ab3d0ab329b7059ce52b36 (diff)
downloadrust-3c778953d559ca420449421f9415589ef2976a18.tar.gz
rust-3c778953d559ca420449421f9415589ef2976a18.zip
configure: Remove clang version checks
We no C++ and an incredibly small amount of C code as part of the build, so
there's not really much need for us to strictly check the version of compilers
as we're not really stressing anything. LLVM is a pretty huge chunk of C++ but
it should be the responsibility of LLVM to ensure that it can build with a
particular clang/gcc version, not ours (as this logic changes over time).

These version checks seem to basically just by us a regular stream of PRs every
six weeks or so when a new version is releases, so they're not really buying us
much. As a result, remove them and we can add then back piecemeal perhaps as a
blacklist if we really need to.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions