| 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
|
| )
|
|
|