| Index: tools/CMakeLists.txt
|
| diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
|
| index 5905baf98138775bc4da713320587a7139f739b1..8f30e37aececfede9c7a4b8522a51c07b4050bb2 100644
|
| --- a/tools/CMakeLists.txt
|
| +++ b/tools/CMakeLists.txt
|
| @@ -20,6 +20,8 @@ add_llvm_tool_subdirectory(llvm-dis)
|
| add_llvm_tool_subdirectory(llvm-mc)
|
|
|
| add_llvm_tool_subdirectory(llc)
|
| +add_llvm_tool_subdirectory(pnacl-llc)
|
| +add_llvm_tool_subdirectory(pnacl-benchmark)
|
| add_llvm_tool_subdirectory(llvm-ar)
|
| add_llvm_tool_subdirectory(llvm-nm)
|
| add_llvm_tool_subdirectory(llvm-size)
|
| @@ -52,6 +54,12 @@ add_llvm_tool_subdirectory(llvm-mcmarkup)
|
| add_llvm_tool_subdirectory(verify-uselistorder)
|
|
|
| add_llvm_tool_subdirectory(llvm-symbolizer)
|
| +add_llvm_tool_subdirectory(pnacl-abicheck)
|
| +add_llvm_tool_subdirectory(pnacl-bcanalyzer)
|
| +add_llvm_tool_subdirectory(pnacl-bccompress)
|
| +add_llvm_tool_subdirectory(pnacl-bcdis)
|
| +add_llvm_tool_subdirectory(pnacl-freeze)
|
| +add_llvm_tool_subdirectory(pnacl-thaw)
|
|
|
| add_llvm_tool_subdirectory(llvm-c-test)
|
|
|
|
|