[all-commits] [llvm/llvm-project] a555ca: Workaround around clang 5.0 bug by including Small...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Thu Dec 17 16:01:04 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a555ca8b3d67267c19db48fc2470d20daae80aeb
      https://github.com/llvm/llvm-project/commit/a555ca8b3d67267c19db48fc2470d20daae80aeb
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-12-18 (Fri, 18 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Support/LLVM.h

  Log Message:
  -----------
  Workaround around clang 5.0 bug by including SmallVector.h in LLVM.h (PR41549)

The forward declaration for SmallVector does not play well with clang-5.

Differential Revision: https://reviews.llvm.org/D93498




More information about the All-commits mailing list