diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 02:16:53 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 02:16:53 +0000 |
| commit | 8d8f396d86741bdf99e7a47173bc87b526729092 (patch) | |
| tree | 4acbb954b58a6745eb4aa13dfb353f903771adc0 /llvm/lib | |
| parent | 43361440bd6b37e278fd0b8335fdc9e28a396069 (diff) | |
| download | bcm5719-llvm-8d8f396d86741bdf99e7a47173bc87b526729092.tar.gz bcm5719-llvm-8d8f396d86741bdf99e7a47173bc87b526729092.zip | |
R600/LLVMBuild.txt: Add TransformUtils.
llvm-svn: 221228
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 afcfd9dbf19..1b0472a133a 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 IPO MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target +required_libraries = Analysis AsmPrinter CodeGen Core IPO MC R600AsmPrinter R600Desc R600Info Scalar SelectionDAG Support Target TransformUtils add_to_library_groups = R600 |

