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

Jie Fu via All-commits all-commits at lists.llvm.org
Wed Aug 16 18:38:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2be74ffc9d2296af7cebaed8c1d0a99a30745e6f
      https://github.com/llvm/llvm-project/commit/2be74ffc9d2296af7cebaed8c1d0a99a30745e6f
  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:42 (if)

  closes on the line

    /Users/jiefu/llvm-project/llvm/tools/dsymutil/CMakeLists.txt:44 (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