[Lldb-commits] [PATCH] D63544: Use object library if cmake supports it
Chris Bieneman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 20 11:00:31 PDT 2019
beanz added a comment.
I really don't think this is the right solution.
`$<TARGET_OBJECTS:lldb-mi-utils>` can be passed in as source files in the unit test target, which should work just fine on CMake 3.4.x.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63544/new/
https://reviews.llvm.org/D63544
More information about the lldb-commits
mailing list