Generates conditional branch instead of fake ones for Select instruction in some...
[oota-llvm.git] / tools / llvm-pdbdump / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Support
3   DebugInfoPDB
4   )
5
6 add_llvm_tool(llvm-pdbdump
7   llvm-pdbdump.cpp
8   BuiltinDumper.cpp
9   ClassDefinitionDumper.cpp
10   CompilandDumper.cpp
11   EnumDumper.cpp
12   ExternalSymbolDumper.cpp
13   FunctionDumper.cpp
14   LinePrinter.cpp
15   TypeDumper.cpp
16   TypedefDumper.cpp
17   VariableDumper.cpp
18   )