Skip to content
Snippets Groups Projects

Fixed typo in platform info for clang16 platform

Merged Sebastien Ponce requested to merge sponce_clang16PlatformInfo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -301,7 +301,7 @@ namespace {
, "x86_64_v2-el9-gcc13+detdesc-opt"
, "x86_64_v2-el9-gcc13+detdesc-dbg"
, "x86_64_v3-el9-gcc13+detdesc-opt+g"
, " x86_64_v2-el9-clang16+detdesc-opt"
, "x86_64_v2-el9-clang16+detdesc-opt"
};
// IMPORTANT: always add new platforms at the end of the list
// clang-format on
Loading