summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-08-27 21:45:59 +0000
committerEnrico Granata <egranata@apple.com>2015-08-27 21:45:59 +0000
commit8f5e331dc2650a6729401ba38aaa04d0e98cd966 (patch)
treeb9e3a6be1bae26770991b1e47f8f24c58111577e
parent5f55d93c84320a024573a516291faf77223cdf85 (diff)
downloadbcm5719-llvm-8f5e331dc2650a6729401ba38aaa04d0e98cd966.tar.gz
bcm5719-llvm-8f5e331dc2650a6729401ba38aaa04d0e98cd966.zip
Added a missing file to the CMakeLists
llvm-svn: 246216
-rw-r--r--lldb/source/Target/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/CMakeLists.txt b/lldb/source/Target/CMakeLists.txt
index 916a2f29984..2a139d143c1 100644
--- a/lldb/source/Target/CMakeLists.txt
+++ b/lldb/source/Target/CMakeLists.txt
@@ -11,6 +11,7 @@ add_lldb_library(lldbTarget
JITLoaderList.cpp
InstrumentationRuntime.cpp
InstrumentationRuntimeStopInfo.cpp
+ Language.cpp
LanguageRuntime.cpp
Memory.cpp
MemoryHistory.cpp
OpenPOWER on IntegriCloud