Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
795 | s/types/attributes? |
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
795 | Maybe? I mean attributes don't live in namespaces, since attributes are an MLIR concept, and (this notion of) namespaces are a C++ thing. What I wanted to communicate is the codegenned types will be generated inside this namesapce. WDYT? Does MLIR endorse saying attributes/things "live in" namespaces, or their dialect's namespaces? |
btw, no idea what the "failed" things above in "Diff Detail" are, and clicking around didn't really teach me. Hoping I can ignore them...
Pre-merge testing. It is failing because of an infrastructure issue I believe (@goncharov @kuhnel ):
stderr: 'kex_exchange_identification: Connection closed by remote host
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
795 | Then I'd rather read "The fully-qualified C++ namespace where the generated class lives." |
Teh build error looks like a connection issue to github, the script can't git fetch. We already have an issue to retry in such cases.
The easiest solution is probably to just restart the buildable in Phabricator (what I just did).
s/types/attributes?