| Index: lib/Transforms/NaCl/LLVMBuild.txt
|
| diff --git a/lib/Transforms/InstCombine/LLVMBuild.txt b/lib/Transforms/NaCl/LLVMBuild.txt
|
| similarity index 79%
|
| copy from lib/Transforms/InstCombine/LLVMBuild.txt
|
| copy to lib/Transforms/NaCl/LLVMBuild.txt
|
| index 62c616160cfa8c3f7488e78de3c8dbf30d4d91ff..051a0d30eda57df92c6fed081da2c30047f33926 100644
|
| --- a/lib/Transforms/InstCombine/LLVMBuild.txt
|
| +++ b/lib/Transforms/NaCl/LLVMBuild.txt
|
| @@ -1,4 +1,4 @@
|
| -;===- ./lib/Transforms/InstCombine/LLVMBuild.txt ---------------*- Conf -*--===;
|
| +;===- ./lib/Transforms/NaCl/LLVMBuild.txt ----------------------*- Conf -*--===;
|
| ;
|
| ; The LLVM Compiler Infrastructure
|
| ;
|
| @@ -17,6 +17,7 @@
|
|
|
| [component_0]
|
| type = Library
|
| -name = InstCombine
|
| +name = NaClTransforms
|
| parent = Transforms
|
| -required_libraries = Analysis Core Support Target TransformUtils
|
| +library_name = NaClTransforms
|
| +required_libraries = Core Support IPO
|
|
|