llvm-project/lldb/source
Chris Bieneman 679d02f2a1 [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later
CMake's framework target generation was unable to generate POST_BUILD steps (see: https://gitlab.kitware.com/cmake/cmake/issues/16363).

It turns out working around this is really not reasonable. The more reasonable solution to me is just to not support LLDB.framework unless you are on CMake 3.7 or newer.

Since CMake 3.7.1 is released that's how I'm going to handle this.

llvm-svn: 289841
2016-12-15 18:18:47 +00:00
..
API [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
Breakpoint Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
Commands Remove some more uses of Args::GetArgumentAtIndex. 2016-12-09 05:46:41 +00:00
Core Fix build for mingw. 2016-12-15 15:00:41 +00:00
DataFormatters [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Expression Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
Host Fix build for mingw. 2016-12-15 15:00:41 +00:00
Initialization Adopt PrettyStackTrace in LLDB 2016-12-14 21:31:31 +00:00
Interpreter Fix incorrectly named variables. 2016-12-15 00:30:30 +00:00
Plugins Fix build for mingw. 2016-12-15 15:00:41 +00:00
Symbol [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Target Fix build for mingw. 2016-12-15 15:00:41 +00:00
Utility Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00