diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2014-10-31 21:52:08 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2014-10-31 21:52:08 +0000 |
| commit | 6693f9cf3d99bd81717209654650c95acc371aff (patch) | |
| tree | e8e8f56b86744ad8610a210e3fe34e38af55fd74 /llvm/lib | |
| parent | f04de6ec48881aaa88004e7ddb36beb352339ef2 (diff) | |
| download | bcm5719-llvm-6693f9cf3d99bd81717209654650c95acc371aff.tar.gz bcm5719-llvm-6693f9cf3d99bd81717209654650c95acc371aff.zip | |
R600: Add IPO to the list of required libraries
llvm-svn: 221004
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/LLVMBuild.txt b/llvm/lib/Target/R600/LLVMBuild.txt index 908872b55cd..afcfd9dbf19 100644 --- a/llvm/lib/Target/R600/LLVMBuild.txt +++ b/llvm/lib/Target/R600/LLVMBuild.txt @@ -28,5 +28,5 @@ has_asmprinter = 1 type = Library name = R600CodeGen parent = R600 -required_libraries = Analysis AsmPrinter CodeGen Core MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target +required_libraries = Analysis AsmPrinter CodeGen Core IPO MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target add_to_library_groups = R600 |

