]> granicus.if.org Git - clang/commitdiff
Logging: add CMake dependency so libAST can use OSLog analysis.
authorTim Northover <tnorthover@apple.com>
Thu, 1 Nov 2018 14:22:20 +0000 (14:22 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 1 Nov 2018 14:22:20 +0000 (14:22 +0000)
Should fix bots on platforms with slightly different symbol resolution
semantics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345833 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/CMakeLists.txt

index 4f868a3af59e4c2c86ac4d20bfa6436f5ddbf017..bb41e2c8d4fac7985c6030fb2311bd9d7b5602b6 100644 (file)
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Analysis
   BinaryFormat
   Support
   )