mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
48fe63526e
- Make type declarations match the struct/class keyword of the definition. - Move AddSignalHandler into the namespace where it belongs. - Correctly call functions from template base. - Some other small changes. With this patch, LLVM and Clang should build properly and with far less noise under VS2008. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67347 91177308-0d34-0410-b5e6-96231b3b80d8
34 lines
685 B
CMake
34 lines
685 B
CMake
add_llvm_library(LLVMAnalysis
|
|
AliasAnalysis.cpp
|
|
AliasAnalysisCounter.cpp
|
|
AliasAnalysisEvaluator.cpp
|
|
AliasDebugger.cpp
|
|
AliasSetTracker.cpp
|
|
Analysis.cpp
|
|
BasicAliasAnalysis.cpp
|
|
CaptureTracking.cpp
|
|
CFGPrinter.cpp
|
|
ConstantFolding.cpp
|
|
DbgInfoPrinter.cpp
|
|
DebugInfo.cpp
|
|
InstCount.cpp
|
|
Interval.cpp
|
|
IntervalPartition.cpp
|
|
LibCallAliasAnalysis.cpp
|
|
LibCallSemantics.cpp
|
|
LiveValues.cpp
|
|
LoopInfo.cpp
|
|
LoopPass.cpp
|
|
LoopVR.cpp
|
|
MemoryDependenceAnalysis.cpp
|
|
PostDominators.cpp
|
|
ProfileInfo.cpp
|
|
ProfileInfoLoader.cpp
|
|
ProfileInfoLoaderPass.cpp
|
|
ScalarEvolution.cpp
|
|
ScalarEvolutionExpander.cpp
|
|
SparsePropagation.cpp
|
|
Trace.cpp
|
|
ValueTracking.cpp
|
|
)
|