]> git.lizzy.rs Git - rust.git/commit
Add a flag to skip the LLVM version check in configure
authorBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 10 Feb 2015 15:31:46 +0000 (16:31 +0100)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Tue, 10 Feb 2015 15:31:46 +0000 (16:31 +0100)
commit6e8b8733c98fb2333224c5cfc7ffcf57fa878d98
tree2e2926d62c7aca421132d8cb2e763efd861c09a3
parent88d8ba5ab3b1d22288b021708c3d87464e43b880
Add a flag to skip the LLVM version check in configure

When trying to build against a newer, local LLVM version it might be
preferable to have a flag to disable the LLVM version check instead of
having to modify the configure script.

Fixes #21998
configure