We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911a6f2 commit a705838Copy full SHA for a705838
llvm/utils/gn/secondary/lldb/source/Plugins/Process/elf-core/BUILD.gn
@@ -18,6 +18,7 @@ static_library("elf-core") {
18
"RegisterContextLinuxCore_x86_64.cpp",
19
"RegisterContextPOSIXCore_arm.cpp",
20
"RegisterContextPOSIXCore_arm64.cpp",
21
+ "RegisterContextPOSIXCore_loongarch64.cpp",
22
"RegisterContextPOSIXCore_mips64.cpp",
23
"RegisterContextPOSIXCore_powerpc.cpp",
24
"RegisterContextPOSIXCore_ppc64le.cpp",
0 commit comments