commit | 92c99cd6dcedc97b629700ca633aedff2f73b569 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Jun 07 04:48:49 2017 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Wed Jun 07 04:48:49 2017 +0000 |
tree | e93132f85454d48b4193fa91de0d98cce5f3f828 | |
parent | ef9d9481b530014188f6d279dd654f7ec102f2db [diff] [blame] |
Update libdeps to add BinaryFormat, introduced in r304864. llvm-svn: 304869
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt index 8eed493..ab9b591 100644 --- a/clang/lib/AST/CMakeLists.txt +++ b/clang/lib/AST/CMakeLists.txt
@@ -1,4 +1,5 @@ set(LLVM_LINK_COMPONENTS + BinaryFormat Support )