Skip to content

Commit b0d0081

Browse files
committed
[ClangLinkerWrapper] Fix typo in SPV_INTEL_long_composites rename (#27224)
1 parent ebba52e commit b0d0081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ getTripleBasedSPIRVTransOpts(const ArgList &Args,
853853
",+SPV_INTEL_arbitrary_precision_fixed_point"
854854
",+SPV_INTEL_arbitrary_precision_floating_point"
855855
",+SPV_INTEL_variable_length_array,+SPV_INTEL_fp_fast_math_mode"
856-
",+SPV_INTEL_long_composite"
856+
",+SPV_INTEL_long_composites"
857857
",+SPV_INTEL_arithmetic_fence"
858858
",+SPV_INTEL_global_variable_decorations"
859859
",+SPV_INTEL_cache_controls"

0 commit comments

Comments
 (0)