[all-commits] [llvm/llvm-project] 581a6a: [clang] Fix armv7-quick build by hardcoding -tripl...
Adam Czachorowski via All-commits
all-commits at lists.llvm.org
Wed Nov 10 10:25:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 581a6a8118f55d2662e180880558db95f808b0dc
https://github.com/llvm/llvm-project/commit/581a6a8118f55d2662e180880558db95f808b0dc
Author: Adam Czachorowski <adamcz at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp
Log Message:
-----------
[clang] Fix armv7-quick build by hardcoding -triple=x86_64 in OOM test.
The test was added in 48bb5f4cbe8d5951c1153e469dc6713a122b7fa3 and it
creates a very large array, which is too large for ARM. Making the array
smaller is not a good option, since we would need a very low ulimit and
could then hit it for other reasons.
Should fix the https://lab.llvm.org/buildbot/#/builders/171/builds/5851
failure.
Differential Revision: https://reviews.llvm.org/D113583
More information about the All-commits
mailing list