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