[InstCombine] Signed saturation patterns
[llvm-complete.git] / tools / llvm-pdbutil / CMakeLists.txt
blob56b9e19926d786cd0d93f5111a0bf6f7b52e874a
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   DebugInfoCodeView
4   DebugInfoMSF
5   DebugInfoPDB
6   Object
7   ObjectYAML
8   Support
9   )
11 add_llvm_tool(llvm-pdbutil
12   BytesOutputStyle.cpp
13   DumpOutputStyle.cpp
14   ExplainOutputStyle.cpp
15   InputFile.cpp
16   llvm-pdbutil.cpp
17   FormatUtil.cpp
18   LinePrinter.cpp
19   MinimalSymbolDumper.cpp
20   MinimalTypeDumper.cpp
21   PdbYaml.cpp
22   PrettyBuiltinDumper.cpp
23   PrettyClassDefinitionDumper.cpp
24   PrettyClassLayoutGraphicalDumper.cpp
25   PrettyCompilandDumper.cpp
26   PrettyEnumDumper.cpp
27   PrettyExternalSymbolDumper.cpp
28   PrettyFunctionDumper.cpp
29   PrettyTypeDumper.cpp
30   PrettyTypedefDumper.cpp
31   PrettyVariableDumper.cpp
32   StreamUtil.cpp
33   TypeReferenceTracker.cpp
34   YAMLOutputStyle.cpp
35   )