Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: lib/Analysis/CMakeLists.txt

Issue 14328017: Fix CMake build (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/Analysis/NaCl/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 add_llvm_library(LLVMAnalysis 1 add_llvm_library(LLVMAnalysis
2 AliasAnalysis.cpp 2 AliasAnalysis.cpp
3 AliasAnalysisCounter.cpp 3 AliasAnalysisCounter.cpp
4 AliasAnalysisEvaluator.cpp 4 AliasAnalysisEvaluator.cpp
5 AliasDebugger.cpp 5 AliasDebugger.cpp
6 AliasSetTracker.cpp 6 AliasSetTracker.cpp
7 Analysis.cpp 7 Analysis.cpp
8 BasicAliasAnalysis.cpp 8 BasicAliasAnalysis.cpp
9 BlockFrequencyInfo.cpp 9 BlockFrequencyInfo.cpp
10 BranchProbabilityInfo.cpp 10 BranchProbabilityInfo.cpp
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 SparsePropagation.cpp 57 SparsePropagation.cpp
58 TargetTransformInfo.cpp 58 TargetTransformInfo.cpp
59 Trace.cpp 59 Trace.cpp
60 TypeBasedAliasAnalysis.cpp 60 TypeBasedAliasAnalysis.cpp
61 ValueTracking.cpp 61 ValueTracking.cpp
62 ) 62 )
63 63
64 add_dependencies(LLVMAnalysis intrinsics_gen) 64 add_dependencies(LLVMAnalysis intrinsics_gen)
65 65
66 add_subdirectory(IPA) 66 add_subdirectory(IPA)
67 add_subdirectory(NaCl) # LOCALMOD
OLDNEW
« no previous file with comments | « no previous file | lib/Analysis/NaCl/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698