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

Side by Side Diff: lib/Transforms/Scalar/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 | « lib/Transforms/NaCl/LLVMBuild.txt ('k') | tools/llc/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(LLVMScalarOpts 1 add_llvm_library(LLVMScalarOpts
2 ADCE.cpp 2 ADCE.cpp
3 BasicBlockPlacement.cpp 3 BasicBlockPlacement.cpp
4 CodeGenPrepare.cpp 4 CodeGenPrepare.cpp
5 ConstantProp.cpp 5 ConstantProp.cpp
6 CorrelatedValuePropagation.cpp 6 CorrelatedValuePropagation.cpp
7 DCE.cpp 7 DCE.cpp
8 DeadStoreElimination.cpp 8 DeadStoreElimination.cpp
9 EarlyCSE.cpp 9 EarlyCSE.cpp
10 GlobalMerge.cpp 10 GlobalMerge.cpp
(...skipping 13 matching lines...) Expand all
24 Reassociate.cpp 24 Reassociate.cpp
25 Reg2Mem.cpp 25 Reg2Mem.cpp
26 SCCP.cpp 26 SCCP.cpp
27 SROA.cpp 27 SROA.cpp
28 Scalar.cpp 28 Scalar.cpp
29 ScalarReplAggregates.cpp 29 ScalarReplAggregates.cpp
30 SimplifyCFGPass.cpp 30 SimplifyCFGPass.cpp
31 SimplifyLibCalls.cpp 31 SimplifyLibCalls.cpp
32 Sink.cpp 32 Sink.cpp
33 TailRecursionElimination.cpp 33 TailRecursionElimination.cpp
34 NaClCcRewrite.cpp
35 ) 34 )
36 35
37 add_dependencies(LLVMScalarOpts intrinsics_gen) 36 add_dependencies(LLVMScalarOpts intrinsics_gen)
OLDNEW
« no previous file with comments | « lib/Transforms/NaCl/LLVMBuild.txt ('k') | tools/llc/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698