[Lldb-commits] [lldb] r218831 - [cmake] Include the new file in the CMake lists. Without this every
Chandler Carruth
chandlerc at gmail.com
Wed Oct 1 14:33:29 PDT 2014
Author: chandlerc
Date: Wed Oct 1 16:33:28 2014
New Revision: 218831
URL: http://llvm.org/viewvc/llvm-project?rev=218831&view=rev
Log:
[cmake] Include the new file in the CMake lists. Without this every
CMake build of any part of LLVM with LLDB checked out fails immediately.
=[
We appear to not even have a build bot covering the CMake build of LLDB
which makes this truly terrible. That needs to be fixed immediately.
Modified:
lldb/trunk/source/API/CMakeLists.txt
Modified: lldb/trunk/source/API/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/CMakeLists.txt?rev=218831&r1=218830&r2=218831&view=diff
==============================================================================
--- lldb/trunk/source/API/CMakeLists.txt (original)
+++ lldb/trunk/source/API/CMakeLists.txt Wed Oct 1 16:33:28 2014
@@ -18,6 +18,7 @@ add_lldb_library(lldbAPI
SBDeclaration.cpp
SBError.cpp
SBEvent.cpp
+ SBExecutionContext.cpp
SBExpressionOptions.cpp
SBFileSpec.cpp
SBFileSpecList.cpp
More information about the lldb-commits
mailing list