Skip to content

Commit 7190368

Browse files
committed
[gn build] Port bca2b6d
1 parent 0f52545 commit 7190368

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# FIXME: If we add the SPIRV target to the GN build, add SPIRVTests here.
22
group("dummy") {
3-
sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ]
3+
sources = [
4+
"SPIRVAPITest.cpp",
5+
"SPIRVConvergenceRegionAnalysisTests.cpp",
6+
]
47
}

0 commit comments

Comments
 (0)