| OLD | NEW |
| 1 ;===- ./tools/pnacl-freeze/LLVMBuild.txt -----------------------*- Conf -*--===; | 1 ;===- ./tools/pnacl-bcfuzz/LLVMBuild.txt -----------------------*- Conf -*--===; |
| 2 ;===------------------------------------------------------------------------===; | |
| 3 ; | 2 ; |
| 4 ; This is an LLVMBuild description file for the components in this subdirectory. | 3 ; This is an LLVMBuild description file for the components in this subdirectory. |
| 5 ; | 4 ; |
| 6 ; For more information on the LLVMBuild system, please see: | 5 ; For more information on the LLVMBuild system, please see: |
| 7 ; | 6 ; |
| 8 ; http://llvm.org/docs/LLVMBuild.html | 7 ; http://llvm.org/docs/LLVMBuild.html |
| 9 ; | 8 ; |
| 10 ;===------------------------------------------------------------------------===; | 9 ;===------------------------------------------------------------------------===; |
| 11 | 10 |
| 12 [component_0] | 11 [component_0] |
| 13 type = Tool | 12 type = Tool |
| 14 name = pnacl-freeze | 13 name = pnacl-bcfuzz |
| 15 parent = Tools | 14 parent = Tools |
| 16 required_libraries = NaClBitWriter NaClBitReader BitReader | 15 required_libraries = NaClBitWriter NaClBitReader NaClBitTestUtils |
| OLD | NEW |