Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87177
Add more explicit error message when creating a type or attribute for an unregistered dialect (NFC) ClosedPublic Authored by mehdi_amini on Sep 4 2020, 8:32 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 4 2020, 8:32 PM This revision now requires changes to proceed.Sep 7 2020, 2:58 PM This revision is now accepted and ready to land.Sep 8 2020, 4:10 AM This revision was landed with ongoing or failed builds.Sep 8 2020, 9:59 AM Closed by commit rG97e77ac0ed80: Add more explicit error message when creating a type or attribute for an… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 290518 mlir/include/mlir/IR/AttributeSupport.h
mlir/include/mlir/IR/TypeSupport.h
mlir/include/mlir/Support/StorageUniquer.h
mlir/lib/Support/StorageUniquer.cpp
|
Why is this include necessary here, but not in AttributeSupport?