summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2015-01-10 10:39:27 +0000
committerJason Molenda <jmolenda@apple.com>2015-01-10 10:39:27 +0000
commit2bb266f568e19463abcb07aed47a985e5d99de91 (patch)
tree8778fb7a5b95a0d207464f4568b068168376274b
parent5c93f41a5021a4e63f6fc16baa92f8cb5620cdc1 (diff)
Add RegisterNumber.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@225585 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--source/Utility/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Utility/CMakeLists.txt b/source/Utility/CMakeLists.txt
index ad890507d..7c1611a75 100644
--- a/source/Utility/CMakeLists.txt
+++ b/source/Utility/CMakeLists.txt
@@ -6,6 +6,7 @@ add_lldb_library(lldbUtility
KQueue.cpp
PseudoTerminal.cpp
Range.cpp
+ RegisterNumber.cpp
SharingPtr.cpp
StringExtractor.cpp
StringExtractorGDBRemote.cpp