$NetBSD: patch-CMakeLists.txt,v 1.3 2017/03/17 22:39:31 adam Exp $

Fix for LLVM 4.0.0.

--- CMakeLists.txt.orig	2017-03-17 21:28:49.000000000 +0000
+++ CMakeLists.txt
@@ -156,7 +156,8 @@ target_link_libraries(include-what-you-u
   LLVMObject # BitReader, Core, Support
   LLVMBitReader # Core, Support
   LLVMCore # Support
-  LLVMSupport
+  LLVMSupport # Demangle
+  LLVMDemangle
 )
 
 # Platform dependencies.
