Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ;===- ./tools/pnacl-abicheck/LLVMBuild.txt ---------------------*- Conf -*--===; | 1 ;===- ./tools/pnacl-abicheck/LLVMBuild.txt ---------------------*- Conf -*--===; |
| 2 ; | 2 ; |
| 3 ; The LLVM Compiler Infrastructure | 3 ; The LLVM Compiler Infrastructure |
| 4 ; | 4 ; |
| 5 ; This file is distributed under the University of Illinois Open Source | 5 ; This file is distributed under the University of Illinois Open Source |
| 6 ; License. See LICENSE.TXT for details. | 6 ; License. See LICENSE.TXT for details. |
| 7 ; | 7 ; |
| 8 ;===------------------------------------------------------------------------===; | 8 ;===------------------------------------------------------------------------===; |
| 9 ; | 9 ; |
| 10 ; This is an LLVMBuild description file for the components in this subdirectory. | 10 ; This is an LLVMBuild description file for the components in this subdirectory. |
| 11 ; | 11 ; |
| 12 ; For more information on the LLVMBuild system, please see: | 12 ; For more information on the LLVMBuild system, please see: |
| 13 ; | 13 ; |
| 14 ; http://llvm.org/docs/LLVMBuild.html | 14 ; http://llvm.org/docs/LLVMBuild.html |
| 15 ; | 15 ; |
| 16 ;===------------------------------------------------------------------------===; | 16 ;===------------------------------------------------------------------------===; |
| 17 | 17 |
| 18 [component_0] | 18 [component_0] |
| 19 type = Tool | 19 type = Tool |
| 20 name = pnacl-abicheck | 20 name = pnacl-abicheck |
| 21 parent = Tools | 21 parent = Tools |
| 22 required_libraries = AsmParser BitReader | 22 required_libraries = AsmParser BitReader NaClAnalysis |
|
eliben
2013/04/18 14:50:16
Isn't there some sort of naming inconsistency here
Derek Schuff
2013/04/18 16:15:53
Yes, and it's intentional. If I understand correct
| |
| OLD | NEW |