[llvm] 3891619 - [gn build] Port c0fdc748871f
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 10 00:43:43 PST 2022
Author: LLVM GN Syncbot
Date: 2022-01-10T08:36:39Z
New Revision: 38916195c9ce281a44a3378da02c1abdd199db2d
URL: https://github.com/llvm/llvm-project/commit/38916195c9ce281a44a3378da02c1abdd199db2d
DIFF: https://github.com/llvm/llvm-project/commit/38916195c9ce281a44a3378da02c1abdd199db2d.diff
LOG: [gn build] Port c0fdc748871f
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
index 4214957e806f..04e0dd9d8570 100644
--- a/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/Shared/BUILD.gn
@@ -2,6 +2,7 @@ static_library("Shared") {
output_name = "LLVMOrcShared"
deps = [ "//llvm/lib/Support" ]
sources = [
+ "AllocationActions.cpp",
"OrcError.cpp",
"OrcRTBridge.cpp",
"SimpleRemoteEPCUtils.cpp",
More information about the llvm-commits
mailing list