diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index 0d2976ca79ac..95e02ec985aa 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1) add_lldb_library(lldbInterpreter Args.cpp + CommandHistory.cpp CommandInterpreter.cpp CommandObject.cpp CommandObjectRegexCommand.cpp diff --git a/lldb/source/Utility/CMakeLists.txt b/lldb/source/Utility/CMakeLists.txt index dcb0a48d7364..ca677bc03944 100644 --- a/lldb/source/Utility/CMakeLists.txt +++ b/lldb/source/Utility/CMakeLists.txt @@ -4,6 +4,7 @@ add_lldb_library(lldbUtility ARM_DWARF_Registers.cpp KQueue.cpp PseudoTerminal.cpp + Range.cpp RefCounter.cpp SharingPtr.cpp StringExtractor.cpp