[Lldb-commits] [PATCH] D62472: [CMake] LLDB.framework tools handling
    Alex Langford via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue May 28 11:22:57 PDT 2019
    
    
  
xiaobai added a comment.
This is a much nicer solution. Thanks for doing this.
================
Comment at: lldb/tools/debugserver/source/CMakeLists.txt:268
+  if(LLDB_BUILD_FRAMEWORK)
+    lldb_add_to_framework(lldb-argdumper)
+  endif()
----------------
This should be `debugserver`.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62472/new/
https://reviews.llvm.org/D62472
    
    
More information about the lldb-commits
mailing list