| commit | 4ec5d0d0e1bf454d83b534883e157db5a9b3938b | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Fri Aug 15 23:50:36 2014 +0000 |
| committer | Zachary Turner <zturner@google.com> | Fri Aug 15 23:50:36 2014 +0000 |
| tree | 2019cf0c2307c5cf1f92b39ac4082dc0b8a86495 | |
| parent | bcd500e09a8aad888aa04d7e92a60f12fef6198b [diff] |
In the CMake build, convert lldbHost to be a single static library. Previously lldbHost was built as multiple static libraries such as lldbHostCommon, lldbHostLinux, etc. With this patch, the CMake build produces only a single static library, lldbHost, whose file set is dynamically created based on the platform. llvm-svn: 215792