[CMake] Emit LLDB.framework.dSYM to avoid potential name collision with driver's...
authorStefan Granitz <stefan.graenitz@gmail.com>
Thu, 18 Apr 2019 16:37:22 +0000 (16:37 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Thu, 18 Apr 2019 16:37:22 +0000 (16:37 +0000)
commit31d0ce005c80929003c8764da3fcafdd029c9ed8
treec68600cd7538f3353d48dc66a50e02b714f180cf
parentab58268fdaf59431f5f3cb0cfa451d7a6fa6e1ef
[CMake] Emit LLDB.framework.dSYM to avoid potential name collision with driver's lldb.dSYM

Summary:
Emit framework's dSYM bundle as LLDB.framework.dSYM instead of LLDB.dSYM, because the latter could conflict with the driver's lldb.dSYM when emitted in the same directory on case-insensitive file systems.
Requires https://reviews.llvm.org/D60862

Reviewers: friss, beanz, bogner

Subscribers: mgorny, lldb-commits, #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D60863

llvm-svn: 358686
lldb/source/API/CMakeLists.txt