[Lldb-commits] [lldb] Fixing makefile issue to include riscv emulation test only when RISCV is present. (PR #159842)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 19 13:18:44 PDT 2025
================
@@ -2,14 +2,34 @@ add_lldb_unittest(EmulatorTests
ARM64/TestAArch64Emulator.cpp
LoongArch/TestLoongArchEmulator.cpp
RISCV/TestRISCVEmulator.cpp
-
+
----------------
dmpots wrote:
There shouldn't be any changes to this unittest target now that we are splitting it out into its own test.
https://github.com/llvm/llvm-project/pull/159842
More information about the lldb-commits
mailing list