[all-commits] [llvm/llvm-project] c0a763: [NFC][MLIR] Make file-local cl::opt global variabl...

Daniel via All-commits all-commits at lists.llvm.org
Wed Feb 19 04:12:00 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0a763d3ef26148af06911eda059eec303adfa39
      https://github.com/llvm/llvm-project/commit/c0a763d3ef26148af06911eda059eec303adfa39
  Author: Daniel <daniel.augusto191 at gmail.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M mlir/tools/mlir-rewrite/mlir-rewrite.cpp
    M mlir/tools/mlir-runner/mlir-runner.cpp
    M mlir/tools/mlir-tblgen/DialectGen.cpp
    M mlir/tools/mlir-tblgen/OpDocGen.cpp
    M mlir/tools/tblgen-to-irdl/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [NFC][MLIR] Make file-local cl::opt global variables static (#126714)

This is per style-guide: make file-scope symbol static whenever possible.

Fix #125983.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list