Since https://reviews.llvm.org/D78522, Symbol is not a Trait itself.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/docs/Traits.md | ||
---|---|---|
270 | Moved it and tried to match the documentation style in that file with the new section. |
BTW, this is my first patch to LLVM/MLIR, so I think I'll need help submitting/merging. Not sure about the "patch does not apply" build failures - I think there are no conflicts...
Arc says " INFO Base commit is not in local repository; trying to fetch." ; seems like you have local changes?
The patch also does not apply on top of master for me.
I had stacked a second git commit on top of my original commit and ran arc diff --update D88512. I'm following https://secure.phabricator.com/book/phabricator/article/arcanist_diff/ but coming from a git background I don't quite understand the relationship between local commits and what shows up here. I just rebased onto tip of tree, squashed my commits, and updated again. Might be better now?