Skip to content

[MLIR] NFC: change variable name to lowercase to follow mlir convention. #91974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2024

Conversation

DanielCChen
Copy link
Contributor

No description provided.

@DanielCChen DanielCChen requested review from fhahn and joker-eph May 13, 2024 14:47
@DanielCChen DanielCChen self-assigned this May 13, 2024
@llvmbot llvmbot added mlir:core MLIR Core Infrastructure mlir labels May 13, 2024
@llvmbot
Copy link
Member

llvmbot commented May 13, 2024

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-core

Author: Daniel Chen (DanielCChen)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/91974.diff

1 Files Affected:

  • (modified) mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp (+1-1)
diff --git a/mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp b/mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp
index 5bfc24ef3b479..b15f2ce54405a 100644
--- a/mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp
+++ b/mlir/tools/mlir-src-sharder/mlir-src-sharder.cpp
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
   // of `llvm-tblgen`, which caused `TestOps.cpp` to fail due to
   // "Unknnown command line argument '-D...`" when a macros name is
   // present. The following is a workaround to re-register it again.
-  llvm::cl::list<std::string> MacroNames(
+  llvm::cl::list<std::string> macroNames(
       "D",
       llvm::cl::desc(
           "Name of the macro to be defined -- ignored by mlir-src-sharder"),

@DanielCChen DanielCChen merged commit bb867b5 into llvm:main May 13, 2024
@DanielCChen DanielCChen deleted the daniel_mlir branch May 13, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:core MLIR Core Infrastructure mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants