diff options
| author | Frederic Riss <friss@apple.com> | 2019-04-17 18:23:22 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2019-04-17 18:23:22 +0000 |
| commit | 8ecb7bbe2babff32157b37ff6f4dda4115148fc5 (patch) | |
| tree | 27057bc554c0a52ecf7bbf4da9c1296cc1dd670d /lldb/source/lldb.cpp | |
| parent | a2077bab40875a72c4dd3af35c59a00a00a9af2c (diff) | |
| download | bcm5719-llvm-8ecb7bbe2babff32157b37ff6f4dda4115148fc5.tar.gz bcm5719-llvm-8ecb7bbe2babff32157b37ff6f4dda4115148fc5.zip | |
[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
Diffstat (limited to 'lldb/source/lldb.cpp')
| -rw-r--r-- | lldb/source/lldb.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index ebf8c2ed474..c96f5d9ee7e 100644 --- a/lldb/source/lldb.cpp +++ b/lldb/source/lldb.cpp @@ -17,10 +17,6 @@ using namespace lldb_private; #include "VCSVersion.inc" #endif -#ifdef HAVE_APPLE_VERSION_INC -#include "AppleVersion.inc" -#endif - static const char *GetLLDBRevision() { #ifdef LLDB_REVISION return LLDB_REVISION; |

