[PATCH] D91878: [CSSPGO] Pseudo probe encoding and emission.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 10:45:28 PST 2020
mehdi_amini added a comment.
This breaks the build with gcc5:
llvm/lib/MC/MCParser/AsmParser.cpp:5836:49: error: converting to 'llvm::InlineSite {aka std::tuple<long unsigned int, unsigned int>}' from initializer list would use explicit constructor 'constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = long int&; _U2 = long int&; <template-parameter-2-3> = void; _T1 = long unsigned int; _T2 = unsigned int]'
InlineSite Site = {CallerGuid, CallerProbeId};
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91878/new/
https://reviews.llvm.org/D91878
More information about the llvm-commits
mailing list