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 e934afa commit 5edeb6cCopy full SHA for 5edeb6c
mlir/tools/mlir-tblgen/TosaUtilsGen.cpp
@@ -122,7 +122,7 @@ StringRef Availability::getMergeInstance() const {
122
}
123
124
// Returns the availability spec of the given `def`.
125
-std::vector<Availability> getAvailabilities(const Record &def) {
+static std::vector<Availability> getAvailabilities(const Record &def) {
126
std::vector<Availability> availabilities;
127
128
if (def.getValue("availability")) {
0 commit comments