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

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

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 9 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/CodeGen/LexicalScopes.cpp ('k') | lib/IR/InlineAsm.cpp » ('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(LLVMCore 1 add_llvm_library(LLVMCore
2 AsmWriter.cpp 2 AsmWriter.cpp
3 Attributes.cpp 3 Attributes.cpp
4 AutoUpgrade.cpp 4 AutoUpgrade.cpp
5 BasicBlock.cpp 5 BasicBlock.cpp
6 Comdat.cpp 6 Comdat.cpp
7 ConstantFold.cpp 7 ConstantFold.cpp
8 ConstantRange.cpp 8 ConstantRange.cpp
9 Constants.cpp 9 Constants.cpp
10 Core.cpp 10 Core.cpp
(...skipping 15 matching lines...) Expand all
26 Instructions.cpp 26 Instructions.cpp
27 IntrinsicInst.cpp 27 IntrinsicInst.cpp
28 LLVMContext.cpp 28 LLVMContext.cpp
29 LLVMContextImpl.cpp 29 LLVMContextImpl.cpp
30 LeakDetector.cpp 30 LeakDetector.cpp
31 LegacyPassManager.cpp 31 LegacyPassManager.cpp
32 MDBuilder.cpp 32 MDBuilder.cpp
33 Mangler.cpp 33 Mangler.cpp
34 Metadata.cpp 34 Metadata.cpp
35 Module.cpp 35 Module.cpp
36 NaClAtomicIntrinsics.cpp
36 Pass.cpp 37 Pass.cpp
37 PassManager.cpp 38 PassManager.cpp
38 PassRegistry.cpp 39 PassRegistry.cpp
39 Type.cpp 40 Type.cpp
40 TypeFinder.cpp 41 TypeFinder.cpp
41 Use.cpp 42 Use.cpp
42 UseListOrder.cpp 43 UseListOrder.cpp
43 User.cpp 44 User.cpp
44 Value.cpp 45 Value.cpp
45 ValueSymbolTable.cpp 46 ValueSymbolTable.cpp
46 ValueTypes.cpp 47 ValueTypes.cpp
47 Verifier.cpp 48 Verifier.cpp
48 ) 49 )
49 50
50 add_dependencies(LLVMCore intrinsics_gen) 51 add_dependencies(LLVMCore intrinsics_gen)
OLDNEW
« no previous file with comments | « lib/CodeGen/LexicalScopes.cpp ('k') | lib/IR/InlineAsm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698