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

[csmith-project/creduce] 23121e: autoconfig hack



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 23121edb4492c94959235d14b34eb555dee7b768
      https://github.com/csmith-project/creduce/commit/23121edb4492c94959235d14b34eb555dee7b768
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

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

  Log Message:
  -----------
  autoconfig hack

* filter out -Werror and -pedantic when building clang_delta
* include --system-libs into LLVM_LDFLAGS

patch provided by Reid Kleckner. Thanks!