[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / lldb / unittests / Editline / CMakeLists.txt
blob4b2643d15c5fc6959e4dd514194d52cee2e533f9
1 add_lldb_unittest(EditlineTests
2   EditlineTest.cpp
4   LINK_LIBS
5     lldbHost
6     lldbUtility
7     LLVMTestingSupport
8   )