Chromium Code Reviews| Index: tools/CMakeLists.txt |
| diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt |
| index 10c8b5a7c8a0176af78bbd3dc16cb840d9c377ad..2754acfc65ee4a93f9f7756d4ee7ebedee5992bd 100644 |
| --- a/tools/CMakeLists.txt |
| +++ b/tools/CMakeLists.txt |
| @@ -59,6 +59,7 @@ 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-bcfuzz) |
|
jvoung (off chromium)
2015/06/01 17:26:36
keep alphabetical -- modulo llvm stuff?
Karl
2015/06/01 22:40:56
Done.
|
| add_llvm_tool_subdirectory(pnacl-thaw) |
| add_llvm_tool_subdirectory(llvm-c-test) |