[llvm] 193c67c - [gn build] Port e1a5bb59b91d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 16:25:18 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-09-22T23:19:20Z
New Revision: 193c67cf4bdaf3e8ab0c1077aad784c79a06d7a6

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

LOG: [gn build] Port e1a5bb59b91d

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