diff --git a/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn new file mode 100644 index 0000000000000..3736a7fceabcc --- /dev/null +++ b/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn @@ -0,0 +1,4 @@ +# FIXME: If we add the SPIRV target to the GN build, add SPRIVTests here. +group("dummy") { + sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ] +}