Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit d4e7c4f

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

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)