Skip to content

Commit 233edab

Browse files
committed
[gn build] Port 5d7d6ad
1 parent 4027066 commit 233edab

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)