[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] c0c7f0: Remove doc about using separate LLVM and Clang bui...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: c0c7f0be020906f3a2f042983a46061df8e126eb
      https://github.com/csmith-project/creduce/commit/c0c7f0be020906f3a2f042983a46061df8e126eb
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Remove doc about using separate LLVM and Clang build trees.

The described feature doesn't work with the LLVM/Clang 4.0 release;
see the discussion for pull request #132.  (The underlying support in
Clang's CMake-based build system was added after the 4.0 release.)

I'm aiming to make a release of C-Reduce that is compatible with the
LLVM 4.0 release, so I don't want to describe a feature that doesn't
work with that.

I'm going to leave the implementation of the feature in place for the
release, however (i.e., support for `configure --with-clang` and
`cmake Clang_DIR=...`).  It will just be undocumented!

The documentation will come right back after I make the upcoming
C-Reduce release.