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

Side by Side Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 1692803002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-llvm.git@master
Patch Set: Created 4 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 | « lib/Target/LLVMBuild.txt ('k') | lib/Transforms/NaCl/ExpandI64.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(LLVMNaClTransforms 1 add_llvm_library(LLVMNaClTransforms
2 AddPNaClExternalDecls.cpp 2 AddPNaClExternalDecls.cpp
3 BackendCanonicalize.cpp 3 BackendCanonicalize.cpp
4 CanonicalizeMemIntrinsics.cpp 4 CanonicalizeMemIntrinsics.cpp
5 CleanupUsedGlobalsMetadata.cpp 5 CleanupUsedGlobalsMetadata.cpp
6 ConstantInsertExtractElementIndex.cpp 6 ConstantInsertExtractElementIndex.cpp
7 ConvertToPSO.cpp 7 ConvertToPSO.cpp
8 ExceptionInfoWriter.cpp 8 ExceptionInfoWriter.cpp
9 ExpandArithWithOverflow.cpp 9 ExpandArithWithOverflow.cpp
10 ExpandByVal.cpp 10 ExpandByVal.cpp
(...skipping 24 matching lines...) Expand all
35 RemoveAsmMemory.cpp 35 RemoveAsmMemory.cpp
36 ReplacePtrsWithInts.cpp 36 ReplacePtrsWithInts.cpp
37 ResolvePNaClIntrinsics.cpp 37 ResolvePNaClIntrinsics.cpp
38 RewriteAtomics.cpp 38 RewriteAtomics.cpp
39 RewriteLLVMIntrinsics.cpp 39 RewriteLLVMIntrinsics.cpp
40 RewritePNaClLibraryCalls.cpp 40 RewritePNaClLibraryCalls.cpp
41 SimplifyAllocas.cpp 41 SimplifyAllocas.cpp
42 SimplifyStructRegSignatures.cpp 42 SimplifyStructRegSignatures.cpp
43 StripAttributes.cpp 43 StripAttributes.cpp
44 StripMetadata.cpp 44 StripMetadata.cpp
45 # Emscripten files:
46 ExpandI64.cpp
47 ExpandInsertExtractElement.cpp
48 LowerEmAsyncify.cpp
49 LowerEmExceptionsPass.cpp
50 LowerEmSetjmp.cpp
51 NoExitRuntime.cpp
52 # Emscripten files end.
53 ) 45 )
54 46
55 add_dependencies(LLVMNaClTransforms intrinsics_gen) 47 add_dependencies(LLVMNaClTransforms intrinsics_gen)
OLDNEW
« no previous file with comments | « lib/Target/LLVMBuild.txt ('k') | lib/Transforms/NaCl/ExpandI64.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698