diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-14 00:36:06 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-04-14 00:36:06 +0000 |
| commit | 216db546787a271572638b1d4a2c2829265fcdc1 (patch) | |
| tree | fef73f1c3358692e41e3c9757e2439a3d8de44c9 /llvm/lib/CodeGen | |
| parent | 86b0a5465be50b362c2a2748a5523a6f63778470 (diff) | |
| download | bcm5719-llvm-216db546787a271572638b1d4a2c2829265fcdc1.tar.gz bcm5719-llvm-216db546787a271572638b1d4a2c2829265fcdc1.zip | |
LLVMCodeGen: Add ProfileData into deps corresponding to r300277.
llvm-svn: 300289
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 86d3624a9d6..07ea9dcaea7 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 MC Scalar Support Target TransformUtils +required_libraries = Analysis BitReader BitWriter Core MC ProfileData Scalar Support Target TransformUtils |

