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

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

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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 | « include/llvm/Transforms/NaCl.h ('k') | lib/Analysis/LLVMBuild.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 AssumptionTracker.cpp 8 AssumptionTracker.cpp
9 BasicAliasAnalysis.cpp 9 BasicAliasAnalysis.cpp
10 BlockFrequencyInfo.cpp 10 BlockFrequencyInfo.cpp
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 TargetTransformInfo.cpp 56 TargetTransformInfo.cpp
57 Trace.cpp 57 Trace.cpp
58 TypeBasedAliasAnalysis.cpp 58 TypeBasedAliasAnalysis.cpp
59 ScopedNoAliasAA.cpp 59 ScopedNoAliasAA.cpp
60 ValueTracking.cpp 60 ValueTracking.cpp
61 ) 61 )
62 62
63 add_dependencies(LLVMAnalysis intrinsics_gen) 63 add_dependencies(LLVMAnalysis intrinsics_gen)
64 64
65 add_subdirectory(IPA) 65 add_subdirectory(IPA)
66 add_subdirectory(NaCl) # LOCALMOD
OLDNEW
« no previous file with comments | « include/llvm/Transforms/NaCl.h ('k') | lib/Analysis/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698