[llvm] a034555 - [gn build] Port 6d12b954a7df

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 19:22:16 PST 2025


Author: LLVM GN Syncbot
Date: 2025-01-20T03:16:21Z
New Revision: a0345550974b21be862848cf9933868723b9c765

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

LOG: [gn build] Port 6d12b954a7df

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 477a3141265394..a13c3cd22e72cb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
@@ -23,6 +23,7 @@ static_library("Orc") {
     "Core.cpp",
     "DebugObjectManagerPlugin.cpp",
     "DebugUtils.cpp",
+    "EHFrameRegistrationPlugin.cpp",
     "ELFNixPlatform.cpp",
     "EPCDebugObjectRegistrar.cpp",
     "EPCDynamicLibrarySearchGenerator.cpp",


        


More information about the llvm-commits mailing list