Define the new operator<< for sets into namespace std, so that
[oota-llvm.git] / lib / VMCore / CMakeLists.txt
1 add_llvm_library(LLVMCore
2   AsmWriter.cpp
3   Attributes.cpp
4   AutoUpgrade.cpp
5   BasicBlock.cpp
6   ConstantFold.cpp
7   Constants.cpp
8   Core.cpp
9   Dominators.cpp
10   Function.cpp
11   Globals.cpp
12   InlineAsm.cpp
13   Instruction.cpp
14   Instructions.cpp
15   IntrinsicInst.cpp
16   LLVMContext.cpp
17   LeakDetector.cpp
18   Mangler.cpp
19   Metadata.cpp
20   Module.cpp
21   ModuleProvider.cpp
22   Pass.cpp
23   PassManager.cpp
24   PrintModulePass.cpp
25   Type.cpp
26   TypeSymbolTable.cpp
27   Use.cpp
28   Value.cpp
29   ValueSymbolTable.cpp
30   ValueTypes.cpp
31   Verifier.cpp
32   )