| Index: tools/pnacl-llc/LLVMBuild.txt
|
| diff --git a/tools/llvm-bcanalyzer/LLVMBuild.txt b/tools/pnacl-llc/LLVMBuild.txt
|
| similarity index 75%
|
| copy from tools/llvm-bcanalyzer/LLVMBuild.txt
|
| copy to tools/pnacl-llc/LLVMBuild.txt
|
| index ee77a7d33ab69749662ede20c0c2e32292dae44d..f1aa3fd270c31491cd9c0925a51af10b099fe526 100644
|
| --- a/tools/llvm-bcanalyzer/LLVMBuild.txt
|
| +++ b/tools/pnacl-llc/LLVMBuild.txt
|
| @@ -1,4 +1,4 @@
|
| -;===- ./tools/llvm-bcanalyzer/LLVMBuild.txt --------------------*- Conf -*--===;
|
| +;===- ./tools/pnacl-llc/LLVMBuild.txt --------------------------*- Conf -*--===;
|
| ;
|
| ; The LLVM Compiler Infrastructure
|
| ;
|
| @@ -17,6 +17,6 @@
|
|
|
| [component_0]
|
| type = Tool
|
| -name = llvm-bcanalyzer
|
| +name = pnacl-llc
|
| parent = Tools
|
| -required_libraries = BitReader
|
| +required_libraries = AsmParser BitReader NaClBitReader IRReader all-targets NaClAnalysis NaClTransforms
|
|
|