We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f52545 commit 7190368Copy full SHA for 7190368
llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn
@@ -1,4 +1,7 @@
1
# FIXME: If we add the SPIRV target to the GN build, add SPIRVTests here.
2
group("dummy") {
3
- sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ]
+ sources = [
4
+ "SPIRVAPITest.cpp",
5
+ "SPIRVConvergenceRegionAnalysisTests.cpp",
6
+ ]
7
}
0 commit comments