[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / tools / llvm-exegesis / lib / X86 / CMakeLists.txt
blobda30b9bf5897a6917cd6dac71e1b17deae357a72
1 include_directories(
2   ${LLVM_MAIN_SRC_DIR}/lib/Target/X86
3   ${LLVM_BINARY_DIR}/lib/Target/X86
4   )
6 set(LLVM_LINK_COMPONENTS
7   X86
8   Exegesis
9   Core
10   Support
11   CodeGen
12   )
14 add_llvm_library(LLVMExegesisX86
15   DISABLE_LLVM_LINK_LLVM_DYLIB
16   STATIC
17   Target.cpp
18   X86Counter.cpp
20   DEPENDS
21   intrinsics_gen
22   X86CommonTableGen
23   )