Fix a shared CMake build by linking with libclangBasic.

Patch by Jan Vesely!

llvm-svn: 249608
This commit is contained in:
Benjamin Kramer 2015-10-07 20:19:25 +00:00
parent 09e3697f44
commit 7a22fc238f
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ add_clang_unittest(ClangDriverTests
target_link_libraries(ClangDriverTests
clangDriver
clangBasic
)