Make standalone build find tabelgen
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 28 Nov 2018 22:10:01 +0000 (22:10 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 28 Nov 2018 22:10:01 +0000 (22:10 +0000)
The standalone build couldn't find tablegen because we didn't include
it. This patch rectifies that.

llvm-svn: 347814

lldb/cmake/modules/LLDBStandalone.cmake

index 742c464..e74bcd6 100644 (file)
@@ -83,6 +83,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
   endif()
 
   include(AddLLVM)
+  include(TableGen)
   include(HandleLLVMOptions)
   include(CheckAtomic)