[llvm-exegesis] Add ability to assign perf counters to specific PID
[llvm-project.git] / llvm / tools / llvm-ifs / CMakeLists.txt
blobdc008eaec8bdc453352830339661b05e34794667
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   InterfaceStub
4   ObjectYAML
5   Option
6   Support
7   TargetParser
8   TextAPI
9   )
11 set(LLVM_TARGET_DEFINITIONS Opts.td)
12 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
13 add_public_tablegen_target(IFSOptsTableGen)
15 add_llvm_tool(llvm-ifs
16   ErrorCollector.cpp
17   llvm-ifs.cpp
19 DEPENDS
20   IFSOptsTableGen
22   GENERATE_DRIVER
23   )