| Index: lib/Bitcode/NaCl/Reader/LLVMBuild.txt
|
| diff --git a/lib/DebugInfo/LLVMBuild.txt b/lib/Bitcode/NaCl/Reader/LLVMBuild.txt
|
| similarity index 78%
|
| copy from lib/DebugInfo/LLVMBuild.txt
|
| copy to lib/Bitcode/NaCl/Reader/LLVMBuild.txt
|
| index f347d5ea32e964e8d6e7e8e81830219682fa0134..4c5f2c419959b29a30e367305101412b698f8eb0 100644
|
| --- a/lib/DebugInfo/LLVMBuild.txt
|
| +++ b/lib/Bitcode/NaCl/Reader/LLVMBuild.txt
|
| @@ -1,4 +1,4 @@
|
| -;===- ./lib/DebugInfo/LLVMBuild.txt ----------------------------*- Conf -*--===;
|
| +;===- ./lib/Bitcode/NaClReader/LLVMBuild.txt -------------------*- Conf -*--===;
|
| ;
|
| ; The LLVM Compiler Infrastructure
|
| ;
|
| @@ -17,6 +17,6 @@
|
|
|
| [component_0]
|
| type = Library
|
| -name = DebugInfo
|
| -parent = Libraries
|
| -required_libraries = Object Support
|
| +name = NaClBitReader
|
| +parent = NaClBitcode
|
| +required_libraries = Core Support NaClAnalysis
|
|
|