[llvm] 6260153 - [gn build] Port ddeab07ca632
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat May 27 12:29:49 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-27T19:23:49Z
New Revision: 6260153724ca9e13bb083569d32dc39f4a13ee02
URL: https://github.com/llvm/llvm-project/commit/6260153724ca9e13bb083569d32dc39f4a13ee02
DIFF: https://github.com/llvm/llvm-project/commit/6260153724ca9e13bb083569d32dc39f4a13ee02.diff
LOG: [gn build] Port ddeab07ca632
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
index f59e9ba8d4339..69b3497ed0c5c 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -23,6 +23,7 @@ static_library("Interpreter") {
"//llvm/lib/TargetParser",
]
sources = [
+ "DeviceOffload.cpp",
"IncrementalExecutor.cpp",
"IncrementalParser.cpp",
"Interpreter.cpp",
More information about the llvm-commits
mailing list