[Modules] Move the ConstantRange class into the IR library. This is
[oota-llvm.git] / lib / IR / CMakeLists.txt
1 add_llvm_library(LLVMCore
2   AsmWriter.cpp
3   Attributes.cpp
4   AutoUpgrade.cpp
5   BasicBlock.cpp
6   ConstantFold.cpp
7   ConstantRange.cpp
8   Constants.cpp
9   Core.cpp
10   DiagnosticInfo.cpp
11   DiagnosticPrinter.cpp
12   DIBuilder.cpp
13   DataLayout.cpp
14   DebugInfo.cpp
15   DebugLoc.cpp
16   Dominators.cpp
17   Function.cpp
18   GCOV.cpp
19   GVMaterializer.cpp
20   Globals.cpp
21   IRBuilder.cpp
22   IRPrintingPasses.cpp
23   InlineAsm.cpp
24   Instruction.cpp
25   Instructions.cpp
26   IntrinsicInst.cpp
27   LLVMContext.cpp
28   LLVMContextImpl.cpp
29   LeakDetector.cpp
30   LegacyPassManager.cpp
31   Mangler.cpp
32   Metadata.cpp
33   Module.cpp
34   Pass.cpp
35   PassManager.cpp
36   PassRegistry.cpp
37   Type.cpp
38   TypeFinder.cpp
39   Use.cpp
40   User.cpp
41   Value.cpp
42   ValueSymbolTable.cpp
43   ValueTypes.cpp
44   Verifier.cpp
45   )
46
47 add_dependencies(LLVMCore intrinsics_gen)