| Index: tools/llc/CMakeLists.txt
|
| diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt
|
| index 1a8c50780e2c4cf7838477c87165c6f8b76e2219..908d4756cca65349fa4a4178986b4d4e750d0c25 100644
|
| --- a/tools/llc/CMakeLists.txt
|
| +++ b/tools/llc/CMakeLists.txt
|
| @@ -1,9 +1,10 @@
|
| -set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser NaClAnalysis)
|
| +set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser naclanalysis)
|
|
|
| add_llvm_tool(llc
|
| # LOCALMOD BEGIN
|
| # This file provides wrappers to lseek(2), read(2), etc.
|
| nacl_file.cpp
|
| + SRPCStreamer.cpp
|
| StubMaker.cpp
|
| TextStubWriter.cpp
|
| # LOCALMOD END
|
|
|