[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / lldb / unittests / Process / Linux / CMakeLists.txt
blobae021023cf7f591fe592764435082af57dbbc2dc
1 add_lldb_unittest(TraceIntelPTTests
2   IntelPTManagerTests.cpp
4   LINK_LIBS
5     lldbPluginProcessLinux
6   )
8 target_include_directories(TraceIntelPTTests PRIVATE
9   ${LLDB_SOURCE_DIR}/source/Plugins/Process/Linux)