diff options
| author | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-07-10 15:59:56 +0000 |
|---|---|---|
| committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-07-10 15:59:56 +0000 |
| commit | f554ce7f921f13efdebeb12553d3ac3a435a6876 (patch) | |
| tree | 40ff4a8954b196eb5cf68f8cf9710502250783d4 /lldb | |
| parent | 839e305eb143dbc172f90a09fd1b245eb012aefc (diff) | |
| download | bcm5719-llvm-f554ce7f921f13efdebeb12553d3ac3a435a6876.tar.gz bcm5719-llvm-f554ce7f921f13efdebeb12553d3ac3a435a6876.zip | |
[CMake] Add Apple-lldb-Linux.cmake cache
llvm-svn: 365649
Diffstat (limited to 'lldb')
| -rw-r--r-- | lldb/cmake/caches/Apple-lldb-Linux.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/cmake/caches/Apple-lldb-Linux.cmake b/lldb/cmake/caches/Apple-lldb-Linux.cmake new file mode 100644 index 00000000000..13d3839f852 --- /dev/null +++ b/lldb/cmake/caches/Apple-lldb-Linux.cmake @@ -0,0 +1,8 @@ +include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake) + +set(LLVM_DISTRIBUTION_COMPONENTS + lldb + liblldb + lldb-argdumper + lldb-server + CACHE STRING "") |

