| Index: tools/pnacl-bcfuzz/LLVMBuild.txt
|
| diff --git a/tools/pnacl-freeze/LLVMBuild.txt b/tools/pnacl-bcfuzz/LLVMBuild.txt
|
| similarity index 59%
|
| copy from tools/pnacl-freeze/LLVMBuild.txt
|
| copy to tools/pnacl-bcfuzz/LLVMBuild.txt
|
| index e17f5c0f878df6f39fadaf2d59e53ab2d11bd8f3..dd4be065c211f6709f78eb0842ca8d17d9ce95ee 100644
|
| --- a/tools/pnacl-freeze/LLVMBuild.txt
|
| +++ b/tools/pnacl-bcfuzz/LLVMBuild.txt
|
| @@ -1,5 +1,4 @@
|
| -;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===;
|
| -;===------------------------------------------------------------------------===;
|
| +;===- ./tools/pnacl-bcfuzz/LLVMBuild.txt -----------------------*- Conf -*--===;
|
| ;
|
| ; This is an LLVMBuild description file for the components in this subdirectory.
|
| ;
|
| @@ -11,6 +10,6 @@
|
|
|
| [component_0]
|
| type = Tool
|
| -name = pnacl-freeze
|
| +name = pnacl-bcfuzz
|
| parent = Tools
|
| -required_libraries = NaClBitWriter NaClBitReader BitReader
|
| +required_libraries = NaClBitWriter NaClBitReader NaClBitTestUtils
|
|
|