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

[csmith-project/creduce] 05aa56: built with LLVM 12.0.1 release



  Branch: refs/heads/llvm-12.0
  Home:   https://github.com/csmith-project/creduce
  Commit: 05aa5659c055860e84ec9f53b19e1228b34510a1
      https://github.com/csmith-project/creduce/commit/05aa5659c055860e84ec9f53b19e1228b34510a1
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2022-01-16 (Sun, 16 Jan 2022)

  Changed paths:
    M clang_delta/CommonRenameClassRewriteVisitor.h
    M clang_delta/RemoveNamespace.cpp
    M clang_delta/RewriteUtils.cpp
    M clang_delta/SimpleInliner.cpp
    M clang_delta/Transformation.cpp
    M clang_delta/TransformationManager.cpp

  Log Message:
  -----------
  built with LLVM 12.0.1 release

This commit is a combination of the following three commits from
llvm-12.0-dev branch plus minor fix in SimpleInliner.cpp:

* commit: 3e1f5a1ec:

Make it compile with LLVM11

Applied the patch provided by Vegard Nossum (vegard@github).

* commit d45d5455:

built with llvm-projet dev branch

Known to work with llvm-project commit 905f874c449cc114d74eaeb19639664779fd0b6e

* commit 5e00bcfd:

Fix build with LLVM/clang 12.0.0 final

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>