X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=CMakeLists.txt;h=874f381a21c26cd7c511931809834b6e2ce9e2f7;hp=e767ce0d24f0f14863a6708774cd6d51b49553c1;hb=7c788888872233748da10a8177a9a1eb176c1bc8;hpb=2e6b97bbf86d0825a060e190189fae7f884c79c9 diff --git a/CMakeLists.txt b/CMakeLists.txt index e767ce0d24f..874f381a21c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,6 +195,7 @@ endif() # Put this before tblgen. Else we have a circular dependence. add_subdirectory(lib/Support) +add_subdirectory(lib/TableGen) set(LLVM_TABLEGEN "tblgen" CACHE STRING "Native TableGen executable. Saves building one when cross-compiling.")