diff options
author | Dehao Chen <dehao@google.com> | 2016-02-22 22:54:14 +0000 |
---|---|---|
committer | Dehao Chen <dehao@google.com> | 2016-02-22 22:54:14 +0000 |
commit | 25527b6c3f0ee9516e41eb84923cab597be0dc77 (patch) | |
tree | 81915230cd927802e0729ccbb59d4417610ba20c /llvm/lib/CodeGen | |
parent | 6c73b49911e29dc89d40dd95e5548d2359d53414 (diff) | |
download | bcm5719-llvm-25527b6c3f0ee9516e41eb84923cab597be0dc77.tar.gz bcm5719-llvm-25527b6c3f0ee9516e41eb84923cab597be0dc77.zip |
Include ProfileData as CodeGen's required library.
Summary: Fixing buildbot failure introduced by http://reviews.llvm.org/D17460
Reviewers: davidxl, hans
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D17524
llvm-svn: 261588
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMBuild.txt b/llvm/lib/CodeGen/LLVMBuild.txt index e08312101cd..36d6cc1138e 100644 --- a/llvm/lib/CodeGen/LLVMBuild.txt +++ b/llvm/lib/CodeGen/LLVMBuild.txt @@ -22,4 +22,4 @@ subdirectories = AsmPrinter SelectionDAG MIRParser GlobalISel type = Library name = CodeGen parent = Libraries -required_libraries = Analysis BitReader BitWriter Core Instrumentation MC Scalar Support Target TransformUtils +required_libraries = Analysis BitReader BitWriter Core Instrumentation MC ProfileData Scalar Support Target TransformUtils |