[lldb-dev] [Bug 23703] libedit is used during linking with CMake LLDB_DISABLE_LIBEDIT=1

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jun 5 16:53:37 PDT 2015


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

labath at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |labath at google.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from labath at google.com ---
As far as I can see, linking with libedit is disabled properly:
  if (NOT LLDB_DISABLE_LIBEDIT)
    list(APPEND LLDB_SYSTEM_LIBS edit)
  endif()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150605/2f1f0dbd/attachment.html>


More information about the lldb-dev mailing list