repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
lldb
/
unittests
/
Instruction
/
CMakeLists.txt
blob
63d8298310239a550154bf3b4cd6344399adf05c
1
if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
2
add_lldb_unittest(EmulatorTests
3
TestAArch64Emulator.cpp
4
LINK_LIBS
5
lldbCore
6
lldbSymbol
7
lldbTarget
8
lldbPluginInstructionARM64
9
LINK_COMPONENTS
10
Support
11
${LLVM_TARGETS_TO_BUILD})
12
endif()