[llvm] a82368c - [gn build] Port 61b0f12d6b9c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 27 14:01:32 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-09-27T20:51:14Z
New Revision: a82368ca7b221c2f4d251158aceccb189ede61e6

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

LOG: [gn build] Port 61b0f12d6b9c

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 5eb8985c8cc05e6..d1034f05bbaa458 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -22,6 +22,7 @@ static_library("Orc") {
     "Core.cpp",
     "DebugObjectManagerPlugin.cpp",
     "DebugUtils.cpp",
+    "DebuggerSupport.cpp",
     "DebuggerSupportPlugin.cpp",
     "ELFNixPlatform.cpp",
     "EPCDebugObjectRegistrar.cpp",


        


More information about the llvm-commits mailing list