summaryrefslogtreecommitdiffstats
path: root/lldb/source/CMakeLists.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-17 17:55:50 +0000
committerZachary Turner <zturner@google.com>2015-02-17 17:55:50 +0000
commit51f96eeb247690a2d0dbafbfa42d15df66bacb82 (patch)
tree178a3d82fc0e6034327ae9894b57021a7df7301b /lldb/source/CMakeLists.txt
parenta9614171a72f8ff5716459ad09def85d4f1089e0 (diff)
downloadbcm5719-llvm-51f96eeb247690a2d0dbafbfa42d15df66bacb82.tar.gz
bcm5719-llvm-51f96eeb247690a2d0dbafbfa42d15df66bacb82.zip
Revert "Revert "I had recently added a new SBFrame::GetVariables() overload with yet another bool argument""
Reverting this commit led to other failures which I did not see at first. This turned out to be an easy problem to fix, so I added SBVariablesOptions.cpp to the CMakeLists.txt. In the future please try to make sure new files are added to CMake. llvm-svn: 229516
Diffstat (limited to 'lldb/source/CMakeLists.txt')
-rw-r--r--lldb/source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/CMakeLists.txt b/lldb/source/CMakeLists.txt
index 2739b1d3f8d..59dd6a5d4f9 100644
--- a/lldb/source/CMakeLists.txt
+++ b/lldb/source/CMakeLists.txt
@@ -113,6 +113,7 @@ add_lldb_library(liblldb SHARED
API/SBUnixSignals.cpp
API/SBValue.cpp
API/SBValueList.cpp
+ API/SBVariablesOptions.cpp
API/SBWatchpoint.cpp
Host/Windows/getopt/GetOptInc.cpp
${LLDB_WRAP_PYTHON}
OpenPOWER on IntegriCloud