mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
The namespace can be specified using the `cppNamespace` field. This matches the functionality already present on dialects, enums, etc. This fixes problems with using interfaces on operations in a different namespace than the interface was defined in. Differential Revision: https://reviews.llvm.org/D83604
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.