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

[csmith-project/creduce] 523730: Fix installation instructions for FreeBSD 10.2.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 5237307161374972a30c55f5409744a1dab7ddc5
      https://github.com/csmith-project/creduce/commit/5237307161374972a30c55f5409744a1dab7ddc5
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M INSTALL

  Log Message:
  -----------
  Fix installation instructions for FreeBSD 10.2.

Clang 3.9 is part of the FreeBSD "llvm39" package.


  Commit: 966f4411120469d54420bc8b9a38ad9a24ac0a67
      https://github.com/csmith-project/creduce/commit/966f4411120469d54420bc8b9a38ad9a24ac0a67
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M clang_delta/Makefile.am
    M clang_delta/Makefile.in

  Log Message:
  -----------
  Fix Automake-based build under FreeBSD 10.2.

Add `-lclangARCMigrate` to the libs for `clang_delta`.  This fixes
linking errors for people who use FreeBSD 10.2 and the "llvm39"
package.

The CMake-based build is still broken for this situation.


Compare: https://github.com/csmith-project/creduce/compare/1787975ef6d6...966f44111204