[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git] / tools / llvm-profdata / CMakeLists.txt
blob49641c482f29fc60eee9bd7b64107e71c8d2e3f1
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ProfileData
4   Support
5   )
7 add_llvm_tool(llvm-profdata
8   llvm-profdata.cpp
10   DEPENDS
11   intrinsics_gen
12   )