Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f828c4

Browse files
committed
[gn] Add dummy build file for SPIRVTests
sync_source_lists_from_cmake.py checks that every unittest in CMake also exists in the GN build. 7b08b43 added SPRIVTests, but the GN build doesn't include the SPIRV target. So add a dummy target for this to placate the check. See also VETests in the gn build, which has the same setup.
1 parent cc38cd8 commit 7f828c4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# FIXME: If we add the SPIRV target to the GN build, add SPRIVTests here.
2+
group("dummy") {
3+
sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ]
4+
}

0 commit comments

Comments
 (0)