[Lldb-commits] [PATCH] D46334: [lit] Make debugserver available to lit test

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 1 15:07:21 PDT 2018


JDevlieghere added inline comments.


================
Comment at: test/CMakeLists.txt:129
 if(LLDB_BUILD_FRAMEWORK)
   list(APPEND LLDB_TEST_COMMON_ARGS --framework $<TARGET_FILE_DIR:liblldb>)
 endif()
----------------
We'll have to do the same thing here, but the debugserver is more pressing as it's keeping GreenDragon red (http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/)


Repository:
  rL LLVM

https://reviews.llvm.org/D46334





More information about the lldb-commits mailing list