Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cmake/LLDBDependencies.cmake | ||
---|---|---|
148–150 | Looks like this won't work on Windows. Is there a cross-platform way to ask for all the system libraries? Also should you be using ${PYTHON_LIBRARIES} instead of python2.7? Also, where is this set? I don't see it being set in the CMakeLists.txt file for building lldb-platform, so how does this fit in with the lldb-platform changes? |
Looks like this won't work on Windows. Is there a cross-platform way to ask for all the system libraries? Also should you be using ${PYTHON_LIBRARIES} instead of python2.7?
Also, where is this set? I don't see it being set in the CMakeLists.txt file for building lldb-platform, so how does this fit in with the lldb-platform changes?