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

[csmith-project/creduce] 9a7032: autoconfig hack



  Branch: refs/heads/llvm-svn-compatible
  Home:   https://github.com/csmith-project/creduce
  Commit: 9a7032e54c3eaf9f3ea4cfea75642f14a2d082c1
      https://github.com/csmith-project/creduce/commit/9a7032e54c3eaf9f3ea4cfea75642f14a2d082c1
  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!


  Commit: 0c28a78b01a27414b0b86e7e2b9efbf54f10c38d
      https://github.com/csmith-project/creduce/commit/0c28a78b01a27414b0b86e7e2b9efbf54f10c38d
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M clang_delta/RemoveNestedFunction.cpp
    M clang_delta/RenameCXXMethod.cpp
    M clang_delta/ReplaceCallExpr.cpp
    M clang_delta/ReturnVoid.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/SimplifyStructUnionDecl.cpp
    M clang_delta/TransformationManager.cpp
    M clang_delta/UnionToStruct.cpp

  Log Message:
  -----------
  update with respect to clang's api changes

verified with r202941

patch provided by Reid Kleckner


Compare: https://github.com/csmith-project/creduce/compare/cb97ee34be38...0c28a78b01a2