summaryrefslogtreecommitdiff
path: root/lib/TableGen/CMakeLists.txt
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-06-17 13:10:38 +0000
committerJames Molloy <james.molloy@arm.com>2014-06-17 13:10:38 +0000
commit3b2a2563322161a609fd6672af2d879c6bd65e8d (patch)
tree73e63efb5fa32aa903ce2664e50a33292ea7ff32 /lib/TableGen/CMakeLists.txt
parentfc6e0300471314735331e8c9afcecc04f7d72e96 (diff)
downloadllvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.gz
llvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.bz2
llvm-3b2a2563322161a609fd6672af2d879c6bd65e8d.tar.xz
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/TableGen/CMakeLists.txt')
-rw-r--r--lib/TableGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/TableGen/CMakeLists.txt b/lib/TableGen/CMakeLists.txt
index 935d674a36..fb702187d1 100644
--- a/lib/TableGen/CMakeLists.txt
+++ b/lib/TableGen/CMakeLists.txt
@@ -2,6 +2,7 @@ add_llvm_library(LLVMTableGen
Error.cpp
Main.cpp
Record.cpp
+ SetTheory.cpp
StringMatcher.cpp
TableGenBackend.cpp
TGLexer.cpp