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