We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e224f25 commit 6d11c66Copy full SHA for 6d11c66
clang/lib/CIR/Interfaces/CIRLinkerInterface.cpp
@@ -138,6 +138,15 @@ class CIRSymbolLinkerInterface
138
}
139
140
static unsigned getBitWidth(Operation *op) { llvm_unreachable("NYI"); }
141
+
142
+ // FIXME: CIR does not yet have UnnamedAddr attribute
143
+ static UnnamedAddr getUnnamedAddr(Operation */* op*/) {
144
+ return UnnamedAddr::Global;
145
+ }
146
147
148
+ static void setUnnamedAddr(Operation */* op*/, UnnamedAddr addr) {}
149
150
};
151
152
//===----------------------------------------------------------------------===//
0 commit comments