[llvm] 233edab - [gn build] Port 5d7d6ad663f8
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 16:41:51 PDT 2024
Author: Arthur Eubanks
Date: 2024-04-10T23:41:11Z
New Revision: 233edab8765686bd44611f9f7319d3ffbc12fbab
URL: https://github.com/llvm/llvm-project/commit/233edab8765686bd44611f9f7319d3ffbc12fbab
DIFF: https://github.com/llvm/llvm-project/commit/233edab8765686bd44611f9f7319d3ffbc12fbab.diff
LOG: [gn build] Port 5d7d6ad663f8
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn
index dd47a3d2d34598..fcdb9a5b1aeb23 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn
@@ -9,5 +9,8 @@ unittest("InterpTests") {
"//clang/lib/Testing",
"//clang/lib/Tooling",
]
- sources = [ "Descriptor.cpp" ]
+ sources = [
+ "Descriptor.cpp",
+ "toAPValue.cpp",
+ ]
}
More information about the llvm-commits
mailing list