Skip to content

Commit

Permalink
[gn] Add dummy build file for SPIRVTests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nico committed Feb 2, 2024
1 parent cc38cd8 commit 7f828c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# FIXME: If we add the SPIRV target to the GN build, add SPRIVTests here.
group("dummy") {
sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ]
}

0 comments on commit 7f828c4

Please sign in to comment.