[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / tools / llvm-profgen / CMakeLists.txt
blobb3e05a94856ebe053792cc72f1250161e10216f4
2 set(LLVM_LINK_COMPONENTS
3   AllTargetsDescs
4   AllTargetsDisassemblers
5   AllTargetsInfos
6   DebugInfoDWARF
7   Core
8   MC
9   IPO
10   MCDisassembler
11   Object
12   ProfileData
13   Support
14   Symbolize
15   )
17 add_llvm_tool(llvm-profgen
18   llvm-profgen.cpp
19   PerfReader.cpp
20   CSPreInliner.cpp
21   ProfiledBinary.cpp
22   ProfileGenerator.cpp
23   )