forked from OSchip/llvm-project
[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.
llvm-svn: 201978
This commit is contained in:
parent
871d104e1c
commit
e842e4b2f1
|
@ -33,6 +33,9 @@ add_clang_library(clangFrontend
|
|||
TextDiagnosticPrinter.cpp
|
||||
VerifyDiagnosticConsumer.cpp
|
||||
Warnings.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangDriverOptions
|
||||
)
|
||||
|
||||
target_link_libraries(clangFrontend
|
||||
|
|
|
@ -5,6 +5,9 @@ set(LLVM_LINK_COMPONENTS
|
|||
|
||||
add_clang_library(clangFrontendTool
|
||||
ExecuteCompilerInvocation.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangDriverOptions
|
||||
)
|
||||
|
||||
target_link_libraries(clangFrontendTool
|
||||
|
|
Loading…
Reference in New Issue