[all-commits] [llvm/llvm-project] e312b3: Include Region.h in OperationSupport.h instead of ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Dec 3 10:54:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e312b388ebadcd074d559454aca1fd6e75e8e7a5
https://github.com/llvm/llvm-project/commit/e312b388ebadcd074d559454aca1fd6e75e8e7a5
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
Log Message:
-----------
Include Region.h in OperationSupport.h instead of forward declaring it (NFC)
This fixes the build on gcc5 toolchain where sizeof is required for
types used in SmallVector now.
This is a consequence of using std::is_trivially_copy_constructible
instead of the LLVM variant: https://reviews.llvm.org/D92543
More information about the All-commits
mailing list