Skip to content

Commit

Permalink
configure: Accept llvm-3.2
Browse files Browse the repository at this point in the history
Previously the build system only checked for llvm-3.1 - 2.8.
Now also 3.2 and 3.2svn is accepted.

Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand committed Mar 26, 2013
1 parent 3bbcac3 commit 07f8ce7
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 @@ -497,7 +497,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)

case $LLVM_VERSION in
(3.1svn|3.1|3.0svn|3.0)
(3.2svn|3.2|3.1svn|3.1|3.0svn|3.0)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)
Expand Down

12 comments on commit 07f8ce7

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at fabiand@07f8ce7

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging fabiand/rust/wllvm32 = 07f8ce7 into auto

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fabiand/rust/wllvm32 = 07f8ce7 merged ok, testing candidate = 5e3953e7

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No active merge of candidate 07f8ce7 found, likely manual push to incoming

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging fabiand/rust/wllvm32 = 07f8ce7 into auto

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fabiand/rust/wllvm32 = 07f8ce7 merged ok, testing candidate = debf69a2

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No active merge of candidate 07f8ce7 found, likely manual push to incoming

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging fabiand/rust/wllvm32 = 07f8ce7 into auto

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fabiand/rust/wllvm32 = 07f8ce7 merged ok, testing candidate = bb14ea9

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 07f8ce7 Mar 28, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = bb14ea9

Please sign in to comment.