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

Side by Side Diff: lib/Target/JSBackend/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/JSBackend/AllocaManager.cpp ('k') | lib/Target/JSBackend/CallHandlers.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 add_llvm_target(JSBackendCodeGen
2 AllocaManager.cpp
3 JSBackend.cpp
4 JSTargetMachine.cpp
5 JSTargetTransformInfo.cpp
6 Relooper.cpp
7 SimplifyAllocas.cpp
8 )
9
10 add_dependencies(LLVMJSBackendCodeGen intrinsics_gen)
11
12 add_subdirectory(TargetInfo)
13 add_subdirectory(MCTargetDesc)
OLDNEW
« no previous file with comments | « lib/Target/JSBackend/AllocaManager.cpp ('k') | lib/Target/JSBackend/CallHandlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698