[CMake] Remove Apple-specific version logic.
authorFrederic Riss <friss@apple.com>
Wed, 17 Apr 2019 18:23:22 +0000 (18:23 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 17 Apr 2019 18:23:22 +0000 (18:23 +0000)
commit8ecb7bbe2babff32157b37ff6f4dda4115148fc5
tree27057bc554c0a52ecf7bbf4da9c1296cc1dd670d
parenta2077bab40875a72c4dd3af35c59a00a00a9af2c
[CMake] Remove Apple-specific version logic.

We were using the LLDB-Info.plist as the canonical holder of the
version number, but there is really no good reason to do this. If
anything the plist should be generated using the information provided
to CMake.

For now just remove the logic extracting the version from the plist
and rely on LLDB_VERSION_STRING.

llvm-svn: 358604
lldb/cmake/modules/EmbedAppleVersion.cmake [deleted file]
lldb/source/CMakeLists.txt
lldb/source/lldb.cpp