Skip to content
Snippets Groups Projects
Commit 89837cb0 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201978 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0dc8ce89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment