diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-28 05:38:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-28 05:38:49 +0000 |
commit | bc3af7b031b5cb4faea54fbdf7cab2e0dd4d01e1 (patch) | |
tree | d4b6bedbe5cf89273afbbf2470292d318f313220 | |
parent | 8ec51896568ea74e9838d6433d196d4295640f99 (diff) | |
download | bcm5719-llvm-bc3af7b031b5cb4faea54fbdf7cab2e0dd4d01e1.tar.gz bcm5719-llvm-bc3af7b031b5cb4faea54fbdf7cab2e0dd4d01e1.zip |
LLVMCodeGen: Update libdeps corresponding to r246236.
llvm-svn: 246274
-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 18ed77607c6..69b6a0f380a 100644 --- a/llvm/lib/CodeGen/LLVMBuild.txt +++ b/llvm/lib/CodeGen/LLVMBuild.txt @@ -22,4 +22,4 @@ subdirectories = AsmPrinter SelectionDAG MIRParser type = Library name = CodeGen parent = Libraries -required_libraries = Analysis Core Instrumentation MC Scalar Support Target TransformUtils +required_libraries = Analysis BitReader BitWriter Core Instrumentation MC Scalar Support Target TransformUtils |