diff options
author | Richard Dzenis <dzenis@richard.lv> | 2024-02-09 23:07:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 13:07:07 -0800 |
commit | 7fd1466433a05f4e2e183914a8bd7c372bb0b8a7 (patch) | |
tree | e66b0a062e5beb0e5cd53ab9f43c886dd5f166c1 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 967374123bd6eee23db9a57fcac7324e420648c5 (diff) | |
download | llvm-7fd1466433a05f4e2e183914a8bd7c372bb0b8a7.zip llvm-7fd1466433a05f4e2e183914a8bd7c372bb0b8a7.tar.gz llvm-7fd1466433a05f4e2e183914a8bd7c372bb0b8a7.tar.bz2 |
[mlir] Fix CallOpInterface extraClassDeclaration to be fully namespace qualified (#81258)
`extraClassDeclaration` of `CallOpInterface` can be inherited by other
`OpInterfaces` into foreign namespaces, thus types must be fully
qualified to prevent compiler errors, for example:
def MyCaller : OpInterface<"MyCaller", [CallOpInterface]> {
let cppNamespace = "::MyNamespace";
}
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions