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

[csmith-project/creduce] c7828e: Clarify instructions for separate LLVM and Clang t...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: c7828ea57ab4c8d91e3fa777e804466b34445683
      https://github.com/csmith-project/creduce/commit/c7828ea57ab4c8d91e3fa777e804466b34445683
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Clarify instructions for separate LLVM and Clang trees.

Add an example command line.


  Commit: 03dc295b1032f75ca29678f2192528440ccc3f5e
      https://github.com/csmith-project/creduce/commit/03dc295b1032f75ca29678f2192528440ccc3f5e
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M clang_delta/CMakeLists.txt

  Log Message:
  -----------
  Add comment about `CLANG_INCLUDE_DIRS`.

The variable `CLANG_INCLUDE_DIRS` was added in Clang r294207, which
is after the LLVM 4.0.0 release.  Keep it here now, because it is
useful to people who build C-Reduce atop the development versions of
LLVM and Clang.  In the future, when C-Reduce requires LLVM 5, we can
just remove this comment.


Compare: https://github.com/csmith-project/creduce/compare/603ef232e7a5...03dc295b1032