Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Process / Utility / CMakeLists.txt
blob1ebd0484f0210a6db12ff48403cdd71de803b8d3
1 add_lldb_library(lldbPluginProcessUtility
2   AuxVector.cpp
3   FreeBSDSignals.cpp
4   GDBRemoteSignals.cpp
5   HistoryThread.cpp
6   HistoryUnwind.cpp
7   InferiorCallPOSIX.cpp
8   LinuxProcMaps.cpp
9   LinuxSignals.cpp
10   MemoryTagManagerAArch64MTE.cpp
11   NativeProcessSoftwareSingleStep.cpp
12   NativeRegisterContextDBReg_arm64.cpp
13   NativeRegisterContextDBReg_x86.cpp
14   NativeRegisterContextRegisterInfo.cpp
15   NetBSDSignals.cpp
16   RegisterContext_x86.cpp
17   RegisterContextDarwin_arm.cpp
18   RegisterContextDarwin_arm64.cpp
19   RegisterContextDarwin_i386.cpp
20   RegisterContextDarwin_x86_64.cpp
21   RegisterContextDummy.cpp
22   RegisterContextFreeBSD_i386.cpp
23   RegisterContextFreeBSD_mips64.cpp
24   RegisterContextFreeBSD_powerpc.cpp
25   RegisterContextFreeBSD_x86_64.cpp
26   RegisterContextHistory.cpp
27   RegisterContextLinux_i386.cpp
28   RegisterContextLinux_x86_64.cpp
29   RegisterContextLinux_s390x.cpp
30   RegisterContextMach_arm.cpp
31   RegisterContextMach_i386.cpp
32   RegisterContextMach_x86_64.cpp
33   RegisterContextMemory.cpp
34   RegisterContextNetBSD_i386.cpp
35   RegisterContextNetBSD_x86_64.cpp
36   RegisterContextOpenBSD_i386.cpp
37   RegisterContextOpenBSD_x86_64.cpp
38   RegisterContextPOSIX_arm.cpp
39   RegisterContextPOSIX_arm64.cpp
40   RegisterContextPOSIX_loongarch64.cpp
41   RegisterContextPOSIX_mips64.cpp
42   RegisterContextPOSIX_powerpc.cpp
43   RegisterContextPOSIX_ppc64le.cpp
44   RegisterContextPOSIX_riscv64.cpp
45   RegisterContextPOSIX_s390x.cpp
46   RegisterContextPOSIX_x86.cpp
47   RegisterContextThreadMemory.cpp
48   RegisterContextWindows_i386.cpp
49   RegisterContextWindows_x86_64.cpp
50   RegisterInfos_x86_64_with_base_shared.cpp
51   RegisterInfoPOSIX_arm.cpp
52   RegisterInfoPOSIX_arm64.cpp
53   RegisterInfoPOSIX_loongarch64.cpp
54   RegisterInfoPOSIX_ppc64le.cpp
55   RegisterInfoPOSIX_riscv64.cpp
56   StopInfoMachException.cpp
57   ThreadMemory.cpp
59   LINK_LIBS
60     lldbBreakpoint
61     lldbCore
62     lldbDataFormatters
63     lldbExpression
64     lldbHost
65     lldbSymbol
66     lldbTarget
67     lldbUtility
68   LINK_COMPONENTS
69     Support
70     TargetParser
71   )