Add `LLVMDemangle` library to atdna target link list

This commit is contained in:
Jack Andersen 2016-12-07 17:57:19 -10:00
parent b3e988b289
commit 3371af733e
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ list(APPEND LLVM_LIBS
LLVMBitReader
LLVMMC
LLVMProfileData
LLVMDemangle
LLVMSupport)
string(FIND ${LLVM_VERSION_STRING} "svn" SVN_FILTER_IDX)