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