[all-commits] [llvm/llvm-project] fcfc15: Add a dependency from lldb-sbapi-dwarf-enums as a ...

Adrian Prantl via All-commits all-commits at lists.llvm.org
Wed May 8 10:38:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fcfc15b7052a311b7a045e2c6bd26fb5d0b7122c
      https://github.com/llvm/llvm-project/commit/fcfc15b7052a311b7a045e2c6bd26fb5d0b7122c
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
    M lldb/cmake/modules/LLDBFramework.cmake

  Log Message:
  -----------
  Add a dependency from lldb-sbapi-dwarf-enums as a dependency of libll… (#91511)

…db-resource-headers

The Xcode build otherwise fails with
```
CMake Error in source/API/CMakeLists.txt:
  The custom command generating

    /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-standalone/lldb-xcode-build/include/lldb/API/SBLanguages.h

  is attached to multiple targets:

    lldb-sbapi-dwarf-enums
    liblldb-resource-headers

  but none of these is a common dependency of the other(s).  This is not
  allowed by the Xcode "new build system".

CMake Generate step failed.  Build files cannot be regenerated correctly.
```



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