summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@gmail.com>2017-06-08 23:16:58 -0700
committerVolodymyr Sapsai <vsapsai@gmail.com>2017-06-08 23:16:58 -0700
commitbdcdaef51bcc6eb57faf8e15f2a1422ad6eb9e9b (patch)
tree43768103df3f4fc1f0b59de441128dbb7b300446
parent45e1264507f5e2725289ca3a0f4de98108e964c7 (diff)
Update to reflect changes in LLVM.
LLVM r304864 extracted new library libLLVMBinaryFormat out of libLLVMSupport and libLLVMCore depends on it.
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 609911f..7489d14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -160,7 +160,8 @@ target_link_libraries(include-what-you-use
LLVMProfileData # Core, Support, Object
LLVMObject # BitReader, Core, Support
LLVMBitReader # Core, Support
- LLVMCore # Support
+ LLVMCore # BinaryFormat, Support
+ LLVMBinaryFormat # Support
LLVMSupport # Demangle
LLVMDemangle
)