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

[csmith-project/creduce] 82a5fc: Update copyright years.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 82a5fc813f6fafae02077c62588798cc4d474a8f
      https://github.com/csmith-project/creduce/commit/82a5fc813f6fafae02077c62588798cc4d474a8f
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

  Changed paths:
    M COPYING

  Log Message:
  -----------
  Update copyright years.


  Commit: 24ca31e7cc5bf5bbe1f8db084f770f715dc27552
      https://github.com/csmith-project/creduce/commit/24ca31e7cc5bf5bbe1f8db084f770f715dc27552
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2014-09-22 (Mon, 22 Sep 2014)

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

  Log Message:
  -----------
  Update comment about `llvm-config' options.

In LLVM 3.5, `llvm-config --ldflags' does not contain a list of system
library linker options.  This is a good thing; it makes it easier for us
to generate good command lines for linking `clang_delta'.

Now one gets the system library directives with `... --system-libs'.

John Regehr already made the main change that was enabled by
`--system-libs': namely, we can easily include the system library
directives into `LLVMLIBS'.

We should also be able to go back to defining `clang_delta_LDFLAGS'
properly.  (See commit 6ce0a98 from June 7 2012.)  But I haven't made
this change yet.

This commit just updates the in-file comments about this issue.


Compare: https://github.com/csmith-project/creduce/compare/1bed6deb3d5c...24ca31e7cc5b