mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
Example: CMake Error at cmake/modules/LLVMProcessSources.cmake:89 (message): Found unknown source file /llvm-toolchain-3.3~svn179293.cmake/tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp llvm-svn: 179295
24 lines
528 B
CMake
24 lines
528 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_lldb_library(lldbExpression
|
|
ASTDumper.cpp
|
|
ASTResultSynthesizer.cpp
|
|
ASTStructExtractor.cpp
|
|
ClangASTSource.cpp
|
|
ClangExpressionDeclMap.cpp
|
|
ClangExpressionParser.cpp
|
|
ClangExpressionVariable.cpp
|
|
ClangFunction.cpp
|
|
ClangPersistentVariables.cpp
|
|
ClangUserExpression.cpp
|
|
ClangUtilityFunction.cpp
|
|
DWARFExpression.cpp
|
|
ExpressionSourceCode.cpp
|
|
IRDynamicChecks.cpp
|
|
IRExecutionUnit.cpp
|
|
IRForTarget.cpp
|
|
IRInterpreter.cpp
|
|
IRMemoryMap.cpp
|
|
Materializer.cpp
|
|
)
|