diff options
| author | Jim Ingham <jingham@apple.com> | 2019-03-06 22:53:38 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2019-03-06 22:53:38 +0000 |
| commit | 798174455f4f2cc2a11308136daf0f201d7c3d0f (patch) | |
| tree | e5a6601e835b76fc8b589a6f7a98fa644d7f3553 | |
| parent | ea401ec7f402c56cb403c00ae0a7b79b285a0fb8 (diff) | |
| download | bcm5719-llvm-798174455f4f2cc2a11308136daf0f201d7c3d0f.tar.gz bcm5719-llvm-798174455f4f2cc2a11308136daf0f201d7c3d0f.zip | |
Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.
llvm-svn: 355561
| -rw-r--r-- | lldb/source/Expression/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/CMakeLists.txt b/lldb/source/Expression/CMakeLists.txt index 020d470ed12..6da2e605628 100644 --- a/lldb/source/Expression/CMakeLists.txt +++ b/lldb/source/Expression/CMakeLists.txt @@ -6,7 +6,6 @@ add_lldb_library(lldbExpression DiagnosticManager.cpp DWARFExpression.cpp Expression.cpp - ExpressionSourceCode.cpp ExpressionVariable.cpp FunctionCaller.cpp IRDynamicChecks.cpp diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt index ec4f6d5674e..38d088c458d 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt +++ b/lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt @@ -9,6 +9,7 @@ add_lldb_library(lldbPluginExpressionParserClang PLUGIN ClangASTSource.cpp ClangExpressionDeclMap.cpp ClangExpressionParser.cpp + ClangExpressionSourceCode.cpp ClangExpressionVariable.cpp ClangFunctionCaller.cpp ClangHost.cpp |

