diff options
| author | Enrico Granata <egranata@apple.com> | 2015-08-27 21:45:59 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2015-08-27 21:45:59 +0000 |
| commit | 8f5e331dc2650a6729401ba38aaa04d0e98cd966 (patch) | |
| tree | b9e3a6be1bae26770991b1e47f8f24c58111577e | |
| parent | 5f55d93c84320a024573a516291faf77223cdf85 (diff) | |
| download | bcm5719-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.txt | 1 |
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 |

