Fixing the Xcode build that I broke in r286479
authorChris Bieneman <beanz@apple.com>
Thu, 10 Nov 2016 21:30:16 +0000 (21:30 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 10 Nov 2016 21:30:16 +0000 (21:30 +0000)
commit1778f69f4492d6d0b1be45186bbe2d2d1e6110fa
tree20286742b2d2ddfb94eec4d6e9230ceff6e5c367
parent9d62c5571bd435e087be5247caed530247faf552
Fixing the Xcode build that I broke in r286479

Since Xcode can't seem to handle quotes in preprocessor definitions, I've changed the build to assume that the define is unquoted. This should fix the failing Darwin bots.

llvm-svn: 286504
lldb/cmake/modules/EmbedAppleVersion.cmake
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/CMakeLists.txt
lldb/source/lldb.cpp