| Index: tools/pnacl-bccompress/LLVMBuild.txt
|
| diff --git a/tools/llvm-as/LLVMBuild.txt b/tools/pnacl-bccompress/LLVMBuild.txt
|
| similarity index 79%
|
| copy from tools/llvm-as/LLVMBuild.txt
|
| copy to tools/pnacl-bccompress/LLVMBuild.txt
|
| index 542470bbdd8b91f085c5a879f89cdc4ad9a24289..5557fd05330483295e26b7cc2f0372e1398420c7 100644
|
| --- a/tools/llvm-as/LLVMBuild.txt
|
| +++ b/tools/pnacl-bccompress/LLVMBuild.txt
|
| @@ -1,4 +1,4 @@
|
| -;===- ./tools/llvm-as/LLVMBuild.txt ----------------------------*- Conf -*--===;
|
| +;===- ./tools/pnacl-bccompress/LLVMBuild.txt -------------------*- Conf -*--===;
|
| ;
|
| ; The LLVM Compiler Infrastructure
|
| ;
|
| @@ -17,6 +17,6 @@
|
|
|
| [component_0]
|
| type = Tool
|
| -name = llvm-as
|
| +name = pnacl-bccompress
|
| parent = Tools
|
| -required_libraries = AsmParser BitWriter
|
| +required_libraries = NaClBitReader NaClBitWriter NaClBitAnalysis
|
|
|