Skip to content

Commit bb867b5

Browse files
authored
[MLIR] NFC: change variable name to lowercase to follow mlir convention. (llvm#91974)
1 parent 31a203f commit bb867b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
6666
// of `llvm-tblgen`, which caused `TestOps.cpp` to fail due to
6767
// "Unknnown command line argument '-D...`" when a macros name is
6868
// present. The following is a workaround to re-register it again.
69-
llvm::cl::list<std::string> MacroNames(
69+
llvm::cl::list<std::string> macroNames(
7070
"D",
7171
llvm::cl::desc(
7272
"Name of the macro to be defined -- ignored by mlir-src-sharder"),

0 commit comments

Comments
 (0)