Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Jan 24, 2024
1 parent b1e9e79 commit 09e6828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ SPVTOOLS_OPT_SRC_FILES := \
source/opt/loop_utils.cpp \
source/opt/mem_pass.cpp \
source/opt/merge_return_pass.cpp \
source/opt/modify_maximal_reconvergence.cpp \
source/opt/module.cpp \
source/opt/optimizer.cpp \
source/opt/pass.cpp \
Expand Down
3 changes: 2 additions & 1 deletion test/operand_capabilities_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ INSTANTIATE_TEST_SUITE_P(
CASE1(DECORATION, Decoration::XfbBuffer, TransformFeedback),
CASE1(DECORATION, Decoration::XfbStride, TransformFeedback),
CASE1(DECORATION, Decoration::FuncParamAttr, Kernel),
CASE2(DECORATION, Decoration::FPFastMathMode, Kernel, FloatControls2),
CASE2(DECORATION, Decoration::FPFastMathMode, Kernel,
FloatControls2),
CASE1(DECORATION, Decoration::LinkageAttributes, Linkage),
CASE1(DECORATION, Decoration::NoContraction, Shader),
CASE1(DECORATION, Decoration::InputAttachmentIndex,
Expand Down

0 comments on commit 09e6828

Please sign in to comment.