-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As discussed in llvm/llvm-project#113483, if we see a future need for it (e.g. for debug information or diagnostics), we can consider including more information in the mlir::Location
s we create, e.g. to capture macro expansion information. We could potentially use an OpaqueLoc attribute for this that includes the original SourceLocation or create our own location attribute that wraps a clang SourceLocation (if we need full serialization/deserialization). There's no action needed here right now, I'm just creating this for tracking.
bcardosolopes
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request