[PATCH] D103906: Do not generate calls to the 128-bit function __multi3() on 32-bit ARM.
Koutheir Attouchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 08:25:13 PDT 2021
koutheir added a comment.
The commit 789708617d20 <https://reviews.llvm.org/rG789708617d2023dbb343c65120556b2e6a97044d> caused two failures:
- https://lab.llvm.org/buildbot/#/builders/111/builds/2256
- https://lab.llvm.org/buildbot/#/builders/12/builds/5021
However, I believe these failures are unrelated to these changes. It looks like a problem of selecting the required C++ standard for the LLVM C++ source files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103906/new/
https://reviews.llvm.org/D103906
More information about the llvm-commits
mailing list