================
@@ -15,12 +15,19 @@ set(LLVM_OPTIONAL_SOURCES
   ${NETBSD_SOURCES})
 
 add_lldb_unittest(ProcessUtilityTests
+  PARTIAL_SOURCES_INTENDED
   LinuxProcMapsTest.cpp
   MemoryTagManagerAArch64MTETest.cpp
-  RegisterContextTest.cpp
   CoreFileMemoryRangesTest.cpp
-  ${PLATFORM_SOURCES}
 
   LINK_LIBS
     lldbPluginProcessUtility
     LLVMTestingSupport)
+
+add_lldb_unittest(RegisterSupportTests
+  PARTIAL_SOURCES_INTENDED
----------------
DavidSpickett wrote:

Again here, this PARTIAL_SOURCES_INTENDED is a code smell to me.

Maybe it's the only way to do it, but please explain if so.

https://github.com/llvm/llvm-project/pull/222330
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to