forked from OSchip/llvm-project
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:
parent
56e70dd8cf
commit
ecb29d54f7
|
@ -1,5 +1,6 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
Support
|
||||
Option
|
||||
)
|
||||
|
||||
add_clang_unittest(ClangDriverTests
|
||||
|
|
Loading…
Reference in New Issue