Skip to content

Commit 5edeb6c

Browse files
committed
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TosaUtilsGen.cpp (NFC)
1 parent e934afa commit 5edeb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-tblgen/TosaUtilsGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ StringRef Availability::getMergeInstance() const {
122122
}
123123

124124
// Returns the availability spec of the given `def`.
125-
std::vector<Availability> getAvailabilities(const Record &def) {
125+
static std::vector<Availability> getAvailabilities(const Record &def) {
126126
std::vector<Availability> availabilities;
127127

128128
if (def.getValue("availability")) {

0 commit comments

Comments
 (0)