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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Target/LLVMBuild.txt ('k') | lib/Transforms/NaCl/ExpandI64.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index d2a9d3e21f2694a4552245406d258f64603eb9db..4e0eaca581144e50723372ead28d72e802db5a85 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -42,14 +42,6 @@ add_llvm_library(LLVMNaClTransforms
SimplifyStructRegSignatures.cpp
StripAttributes.cpp
StripMetadata.cpp
- # Emscripten files:
- ExpandI64.cpp
- ExpandInsertExtractElement.cpp
- LowerEmAsyncify.cpp
- LowerEmExceptionsPass.cpp
- LowerEmSetjmp.cpp
- NoExitRuntime.cpp
- # Emscripten files end.
)
add_dependencies(LLVMNaClTransforms intrinsics_gen)
« 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