'make check' reports 'cfg: incompatible LLVM version 2.8, expected 2.8svn'

5df6a90
Opened by Atul Varma at 2011-01-27 01:56:40

The official LLVM 2.8 release seems to work okay with Rust, yet Rust's Makefile specifically looks for 2.8svn. Doing a find/replace on the Makefile for '2.8svn' -> '2.8' works; it'd be great if the Makefile could accept 2.8 w/o having to hack it, though, or if perhaps we could force a different version of LLVM through a command-line option.

  1. Please see issues #173 and #174

    Deleted user at 2010-10-20 19:12:08

  2. Like #173 and #174 this issue can be closed.

    Ralph Giles at 2010-11-02 19:59:12

  3. Fixed

    Graydon Hoare at 2011-01-27 01:56:40