[all-commits] [llvm/llvm-project] 139928: NFC: Rename printOptionValue to printValue to fix ...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Dec 23 19:43:36 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1399281d58f4424130fb0f28d3b7db95d338406a
      https://github.com/llvm/llvm-project/commit/1399281d58f4424130fb0f28d3b7db95d338406a
  Author: River Riddle <riverriddle at google.com>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M mlir/include/mlir/Pass/PassOptions.h

  Log Message:
  -----------
  NFC: Rename printOptionValue to printValue to fix MSVC build.

MSVC has trouble resolving the static 'printOptionValue' from the method on llvm::cl::opt/list. This change renames the static method to avoid this conflict.




More information about the All-commits mailing list