mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
e4e5b1c2f2
- 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. llvm-svn: 67347
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
|
|
)
|