[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / lldb / unittests / UnwindAssembly / x86 / CMakeLists.txt
blob2b5b31f79063ddc6343d123fe9ecb5a7cda218ed
1 add_lldb_unittest(UnwindAssemblyx86Tests
2     Testx86AssemblyInspectionEngine.cpp
3     LINK_LIBS
4       lldbCore
5       lldbSymbol
6       lldbPluginUnwindAssemblyX86
7     LINK_COMPONENTS
8       Support
9       ${LLVM_TARGETS_TO_BUILD}
10   )