[all-commits] [llvm/llvm-project] 753dbd: Fix tools/dsymutil/CMakeLists.txt mis-matching arg...

Jie Fu via All-commits all-commits at lists.llvm.org
Thu Aug 17 01:26:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 753dbd2ddf2804f75656945d0bbe7d17dc5c450e
      https://github.com/llvm/llvm-project/commit/753dbd2ddf2804f75656945d0bbe7d17dc5c450e
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M llvm/tools/dsymutil/CMakeLists.txt

  Log Message:
  -----------
  Fix tools/dsymutil/CMakeLists.txt mis-matching arguments warning (NFC)

CMake Warning (dev) in tools/dsymutil/CMakeLists.txt:
  A logical block opening on the line

    /Users/jiefu/llvm-project/llvm/tools/dsymutil/CMakeLists.txt:41 (if)

  closes on the line

    /Users/jiefu/llvm-project/llvm/tools/dsymutil/CMakeLists.txt:43 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.




More information about the All-commits mailing list