Skip to content

Commit

Permalink
Rollup merge of rust-lang#35594 - shepmaster:configure-llvm-39, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

Allow compiling against a custom LLVM 3.9 installation
  • Loading branch information
eddyb committed Aug 14, 2016
2 parents 955458e + b707a12 commit e3a94b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)

case $LLVM_VERSION in
(3.[7-8]*)
(3.[7-9]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)
Expand Down

0 comments on commit e3a94b4

Please sign in to comment.