diff options
| author | bors <bors@rust-lang.org> | 2015-05-31 07:29:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-31 07:29:25 +0000 |
| commit | 93991f75555c5fdb48bc69480c78dd3ff9cc8dd5 (patch) | |
| tree | adfe2da69d6ca47dfdf3945c4d4fb9120585f5d6 | |
| parent | 78c4d53871b3d75b4de5f96cb1f9cdc11648ccc6 (diff) | |
| parent | d4389c52abbf4d9a796e5f12026d6c1bd4693455 (diff) | |
| download | rust-93991f75555c5fdb48bc69480c78dd3ff9cc8dd5.tar.gz rust-93991f75555c5fdb48bc69480c78dd3ff9cc8dd5.zip | |
Auto merge of #25914 - andars:master, r=sanxiyn
Previous:
```
--disable-llvm-version-check don't don't check if the LLVM version is supported, build anyway
```
New:
```
--disable-llvm-version-check don't check if the LLVM version is supported, build anyway
```
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 20a5fa390f0..60f810f20be 100755 --- a/configure +++ b/configure @@ -565,7 +565,7 @@ opt rpath 0 "build rpaths into rustc itself" # This is used by the automation to produce single-target nightlies opt dist-host-only 0 "only install bins for the host architecture" opt inject-std-version 1 "inject the current compiler version of libstd into programs" -opt llvm-version-check 1 "don't check if the LLVM version is supported, build anyway" +opt llvm-version-check 1 "check if the LLVM version is supported, build anyway" # Optimization and debugging options. These may be overridden by the release channel, etc. opt_nosave optimize 1 "build optimized rust code" |
