Fix shared library build after r291938 by adding missing dependency on libOption

Thanks to Reid Kleckner for the help reproducing/fixing.

llvm-svn: 291953
This commit is contained in:
David Blaikie 2017-01-13 19:47:55 +00:00
parent 56e70dd8cf
commit ecb29d54f7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
Support
Option
)
add_clang_unittest(ClangDriverTests