[llvm] 6a40854 - [gn build] Port e1933a0488a5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 13 13:48:10 PST 2021


Author: LLVM GN Syncbot
Date: 2021-11-13T21:44:00Z
New Revision: 6a40854ce507b41316b413f2925ec0824923198f

URL: https://github.com/llvm/llvm-project/commit/6a40854ce507b41316b413f2925ec0824923198f
DIFF: https://github.com/llvm/llvm-project/commit/6a40854ce507b41316b413f2925ec0824923198f.diff

LOG: [gn build] Port e1933a0488a5

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
index 3fa9ca1809f1a..fe254a011f065 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -18,6 +18,7 @@ static_library("Orc") {
     "Core.cpp",
     "DebugObjectManagerPlugin.cpp",
     "DebugUtils.cpp",
+    "DebuggerSupportPlugin.cpp",
     "ELFNixPlatform.cpp",
     "EPCDebugObjectRegistrar.cpp",
     "EPCDynamicLibrarySearchGenerator.cpp",


        


More information about the llvm-commits mailing list