diff options
author | Adam Czachorowski <adamcz@google.com> | 2021-11-10 19:16:42 +0100 |
---|---|---|
committer | Adam Czachorowski <adamcz@google.com> | 2021-11-10 19:24:06 +0100 |
commit | 581a6a8118f55d2662e180880558db95f808b0dc (patch) | |
tree | e576ad287f06c6e37da9c14d59b8a7c930da7099 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 4001fea62190de85d980f0518f6290b509fee85d (diff) | |
download | llvm-581a6a8118f55d2662e180880558db95f808b0dc.zip llvm-581a6a8118f55d2662e180880558db95f808b0dc.tar.gz llvm-581a6a8118f55d2662e180880558db95f808b0dc.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions