diff options
author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-03-20 09:34:46 +0000 |
---|---|---|
committer | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-03-20 09:34:46 +0000 |
commit | 27f065af2c7c69458d0a22ca720e5a82df02baba (patch) | |
tree | b48d4066476d3033a41838d28d6438ad7cd0d71d /lldb/source/Expression | |
parent | 31056968fc2863f5a66e0a537b90435714af4861 (diff) | |
download | bcm5719-llvm-27f065af2c7c69458d0a22ca720e5a82df02baba.tar.gz bcm5719-llvm-27f065af2c7c69458d0a22ca720e5a82df02baba.zip |
Update source/Expression/CMakeLists.txt to reflect actual source files.
llvm-svn: 177503
Diffstat (limited to 'lldb/source/Expression')
-rw-r--r-- | lldb/source/Expression/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt index a3fbdf98dab..00c44c26f28 100644 --- a/lldb/source/Expression/CMakeLists.txt +++ b/lldb/source/Expression/CMakeLists.txt @@ -15,8 +15,7 @@ add_lldb_library(lldbExpression DWARFExpression.cpp
ExpressionSourceCode.cpp
IRDynamicChecks.cpp
+ IRExecutionUnit.cpp
IRForTarget.cpp
IRInterpreter.cpp
- ProcessDataAllocator.cpp
- RecordingMemoryManager.cpp
)
|