[llvm-bugs] [Bug 31508] New: lldb-server, lldb-argdumper built but not installed

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jan 1 16:50:05 PST 2017


https://llvm.org/bugs/show_bug.cgi?id=31508

            Bug ID: 31508
           Summary: lldb-server, lldb-argdumper built but not installed
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: nico.schloemer at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When configuring LLVM (with clang, tools-extra etc.) with
```
cmake \
  -DCMAKE_INSTALL_PREFIX:PATH=/tmp/llvm \
  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
  -DLLVM_LINK_LLVM_DYLIB=ON \
  -DLLVM_INSTALL_UTILS=ON \
  -DLLVM_ENABLE_SPHINX=ON \
  -DSPHINX_WARNINGS_AS_ERRORS=OFF \
  -DLLVM_BUILD_LLVM_DYLIB=ON \
  -DLLVM_ENABLE_RTTI=ON \
  -DLLVM_ENABLE_FFI=ON \
  ../source-upstream/
```
and installing,
```
make install
```
lldb-server and lldb-argdumper are created in the build directory,
```
$ find -name lldb-server
./tools/lldb/tools/lldb-server
./bin/lldb-server
```
but not installed in the installation directory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170102/5dbdac26/attachment.html>


More information about the llvm-bugs mailing list