[Lldb-commits] [PATCH] Fix darwin-debug installation in cmake (OS X)
Greg Clayton
clayborg at gmail.com
Fri Feb 6 09:45:16 PST 2015
Looks good.
> On Feb 6, 2015, at 8:58 AM, Ilia K <ki.stfu at gmail.com> wrote:
>
> Hi clayborg, zturner,
>
> Fix darwin-debug installation in cmake (OS X)
>
> http://reviews.llvm.org/D7470
>
> Files:
> tools/darwin-debug/CMakeLists.txt
>
> Index: tools/darwin-debug/CMakeLists.txt
> ===================================================================
> --- tools/darwin-debug/CMakeLists.txt
> +++ tools/darwin-debug/CMakeLists.txt
> @@ -1,3 +1,6 @@
> add_lldb_executable(lldb-launcher
> darwin-debug.cpp
> )
> +
> +install(TARGETS lldb-launcher
> + RUNTIME DESTINATION bin)
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
> <D7470.19488.patch>
More information about the lldb-commits
mailing list