mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.
llvm-svn: 355561
This commit is contained in:
parent
ea401ec7f4
commit
798174455f
@ -6,7 +6,6 @@ add_lldb_library(lldbExpression
|
||||
DiagnosticManager.cpp
|
||||
DWARFExpression.cpp
|
||||
Expression.cpp
|
||||
ExpressionSourceCode.cpp
|
||||
ExpressionVariable.cpp
|
||||
FunctionCaller.cpp
|
||||
IRDynamicChecks.cpp
|
||||
|
@ -9,6 +9,7 @@ add_lldb_library(lldbPluginExpressionParserClang PLUGIN
|
||||
ClangASTSource.cpp
|
||||
ClangExpressionDeclMap.cpp
|
||||
ClangExpressionParser.cpp
|
||||
ClangExpressionSourceCode.cpp
|
||||
ClangExpressionVariable.cpp
|
||||
ClangFunctionCaller.cpp
|
||||
ClangHost.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user