summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2018-11-01 14:43:35 +0000
committerTim Northover <tnorthover@apple.com>2018-11-01 14:43:35 +0000
commit2ef8096a5c039bd867824fcf99361bfebb09f2f3 (patch)
tree40b613ac018e8f6e5f441bad4ae90663c2d73b8f
parent8df1d5a54673e7d94824f6c169b1618284f32ecf (diff)
downloadbcm5719-llvm-2ef8096a5c039bd867824fcf99361bfebb09f2f3.tar.gz
bcm5719-llvm-2ef8096a5c039bd867824fcf99361bfebb09f2f3.zip
Logging: put link against libclangAnalysis rather than libLLVMAnalysis for os_log
llvm-svn: 345835
-rw-r--r--clang/lib/AST/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/CMakeLists.txt b/clang/lib/AST/CMakeLists.txt
index bb41e2c8d4f..d0447bca58a 100644
--- a/clang/lib/AST/CMakeLists.txt
+++ b/clang/lib/AST/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
- Analysis
BinaryFormat
Support
)
@@ -73,6 +72,7 @@ add_clang_library(clangAST
VTTBuilder.cpp
LINK_LIBS
+ clangAnalysis
clangBasic
clangLex
)
OpenPOWER on IntegriCloud