Chromium Code Reviews| Index: tools/pnacl-bcfuzz/CMakeLists.txt |
| diff --git a/tools/pnacl-freeze/CMakeLists.txt b/tools/pnacl-bcfuzz/CMakeLists.txt |
| similarity index 55% |
| copy from tools/pnacl-freeze/CMakeLists.txt |
| copy to tools/pnacl-bcfuzz/CMakeLists.txt |
| index 3d8c3c363e1b12269daa88d4b310b460b9b49a31..783bde22f34b52a775f35e9288a4da31a7382192 100644 |
| --- a/tools/pnacl-freeze/CMakeLists.txt |
| +++ b/tools/pnacl-bcfuzz/CMakeLists.txt |
| @@ -1,10 +1,10 @@ |
| set(LLVM_LINK_COMPONENTS |
| - BitReader |
| Core |
| - NaClBitWriter |
| NaClBitReader |
| + NaClBitTestUtils |
| + NaClBitWriter |
| Support) |
| -add_llvm_tool(pnacl-freeze |
| - pnacl-freeze.cpp |
| +add_llvm_tool(pnacl-bcfuzz |
| + pnacl-bcfuzz.cpp |
| ) |