Skip to content
Snippets Groups Projects
Commit b308fb70 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Add new platforms strings to PlatformInfo

See merge request !3062

(cherry picked from commit 330dfed1)

83dd248c Add new platforms strings to PlatformInfo
8b104fa7 add sanitizers platforms flavours for x86-64-v2 gcc10 builds
parent 471cfde4
No related branches found
No related tags found
1 merge request!3071Add new platforms strings to PlatformInfo (@clemenci)
/*****************************************************************************\
* (c) Copyright 2000-2020 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
......@@ -130,7 +130,23 @@ namespace {
"skylake_avx512+vecwid256-centos7-gcc10-opt",
"skylake_avx512+vecwid256-centos7-gcc10-opt+g",
"skylake_avx512+vecwid256-centos7-gcc10-dbg",
"skylake_avx512+vecwid256-centos7-gcc10-do0"};
"skylake_avx512+vecwid256-centos7-gcc10-do0",
"x86_64_v2-centos7-gcc9-opt",
"x86_64_v2-centos7-gcc9-dbg",
"x86_64_v2-centos7-gcc9-do0",
"x86_64_v3-centos7-gcc9-opt",
"x86_64_v4+vecwid256-centos7-gcc9-opt",
"x86_64_v2-centos7-clang11-opt",
"x86_64_v2-centos7-clang11-dbg",
"x86_64_v2-centos7-gcc10-opt",
"x86_64_v2-centos7-gcc10-dbg",
"x86_64_v2-centos7-gcc10-do0",
"x86_64_v3-centos7-gcc10-opt",
"x86_64_v4+vecwid256-centos7-gcc9-opt",
"x86_64_v2-centos7-gcc10-dbg+asan",
"x86_64_v2-centos7-gcc10-dbg+lsan",
"x86_64_v2-centos7-gcc10-dbg+ubsan",
"x86_64_v2-centos7-gcc10-dbg+tsan"};
// IMPORTANT: always add new platforms at the end of the list
const std::string invalid_platform = "invalid";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment