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

Unified Diff: tools/pnacl-llc/CMakeLists.txt

Issue 14604011: Separate the PNaCl llc into a tool named pnacl-llc (how original!) (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Remove dangling LOCALMOD-BEGIN Created 7 years, 7 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 | « tools/Makefile ('k') | tools/pnacl-llc/LLVMBuild.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-llc/CMakeLists.txt
diff --git a/tools/llc/CMakeLists.txt b/tools/pnacl-llc/CMakeLists.txt
similarity index 73%
copy from tools/llc/CMakeLists.txt
copy to tools/pnacl-llc/CMakeLists.txt
index 1f531d07d0f9c8372cb43e0b60c29d04df230806..7e5cc10eb1886ca96bb30a9e08923fd3a69a763e 100644
--- a/tools/llc/CMakeLists.txt
+++ b/tools/pnacl-llc/CMakeLists.txt
@@ -1,10 +1,8 @@
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser naclanalysis)
-add_llvm_tool(llc
+add_llvm_tool(pnacl-llc
# This file provides wrappers to lseek(2), read(2), etc.
nacl_file.cpp
SRPCStreamer.cpp
- StubMaker.cpp
- TextStubWriter.cpp
- llc.cpp
+ pnacl-llc.cpp
)
« no previous file with comments | « tools/Makefile ('k') | tools/pnacl-llc/LLVMBuild.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698