Chromium Code Reviews| Index: tools/pnacl-bcfuzz/CMakeLists.txt |
| diff --git a/tools/pnacl-thaw/CMakeLists.txt b/tools/pnacl-bcfuzz/CMakeLists.txt |
| similarity index 53% |
| copy from tools/pnacl-thaw/CMakeLists.txt |
| copy to tools/pnacl-bcfuzz/CMakeLists.txt |
| index 6b641808714f5a620195520431f67f80d0282ba2..da06b7e41e9e3c033c8f91b67d3e7a825ef49fa5 100644 |
| --- a/tools/pnacl-thaw/CMakeLists.txt |
| +++ b/tools/pnacl-bcfuzz/CMakeLists.txt |
| @@ -2,8 +2,9 @@ set(LLVM_LINK_COMPONENTS |
| BitWriter |
|
jvoung (off chromium)
2015/06/02 00:32:06
NaClBitWriter ?
Karl
2015/06/02 15:42:32
Good catch! Fixing.
|
| Core |
| NaClBitReader |
| + NaClBitTestUtils |
| Support) |
| -add_llvm_tool(pnacl-thaw |
| - pnacl-thaw.cpp |
| +add_llvm_tool(pnacl-bcfuzz |
| + pnacl-bcfuzz.cpp |
| ) |