[CMake] Make Core depend on ClangDriverOptions (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 27 Sep 2019 17:55:49 +0000 (17:55 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 27 Sep 2019 17:55:49 +0000 (17:55 +0000)
ModuleList.cpp includes clang/Driver/Driver.h which depends on
clang/Driver/Options.inc. This patch adds the corresponding TableGen
target to Core.

llvm-svn: 373105

lldb/source/Core/CMakeLists.txt

index 6e10ff7..4ed39a0 100644 (file)
@@ -65,6 +65,9 @@ add_lldb_library(lldbCore
   ValueObjectSyntheticFilter.cpp
   ValueObjectVariable.cpp
 
+  DEPENDS
+    ClangDriverOptions
+
   LINK_LIBS
     clangAST
     clangDriver