Skip to content

Commit 51c104d

Browse files
author
git apple-llvm automerger
committed
Merge commit '233edab87656' from llvm.org/main into next
2 parents 04ffc00 + 233edab commit 51c104d

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/clang/unittests/AST/Interp

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/clang/unittests/AST/Interp/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ unittest("InterpTests") {
99
"//clang/lib/Testing",
1010
"//clang/lib/Tooling",
1111
]
12-
sources = [ "Descriptor.cpp" ]
12+
sources = [
13+
"Descriptor.cpp",
14+
"toAPValue.cpp",
15+
]
1316
}

0 commit comments

Comments
 (0)