Chromium Code Reviews| Index: tools/pnacl-abicheck/LLVMBuild.txt |
| diff --git a/tools/pnacl-abicheck/LLVMBuild.txt b/tools/pnacl-abicheck/LLVMBuild.txt |
| index 0af322769c82052f7b605d15305ee86c9365511f..92311c59b6b326f77210428303cc7c8e439c561e 100644 |
| --- a/tools/pnacl-abicheck/LLVMBuild.txt |
| +++ b/tools/pnacl-abicheck/LLVMBuild.txt |
| @@ -19,4 +19,4 @@ |
| type = Tool |
| name = pnacl-abicheck |
| parent = Tools |
| -required_libraries = AsmParser BitReader |
| +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
|