Legalization: Fix warnings and disable tests when spirv-tools not present
This commit is contained in:
parent
3ddcd3f12f
commit
52fe3d598c
2 changed files with 4 additions and 2 deletions
|
|
@ -366,6 +366,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
);
|
||||
// clang-format on
|
||||
|
||||
#ifdef ENABLE_OPT
|
||||
// clang-format off
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
ToSpirv, HlslLegalizeTest,
|
||||
|
|
@ -378,6 +379,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
// clang-format on
|
||||
#endif
|
||||
|
||||
} // anonymous namespace
|
||||
} // namespace glslangtest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue