diff options
author | Lang Hames <lhames@gmail.com> | 2021-05-13 14:33:33 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2021-05-13 14:39:12 -0700 |
commit | 71a0609a2b533dbcd6826ad774b6bee5e9818644 (patch) | |
tree | ef5e2863e6fe7af35cec56e4a658dfdb0934c9a9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 425781bce01f2f1d5f553d3b2bf9ebbd6e15068c (diff) | |
download | llvm-71a0609a2b533dbcd6826ad774b6bee5e9818644.zip llvm-71a0609a2b533dbcd6826ad774b6bee5e9818644.tar.gz llvm-71a0609a2b533dbcd6826ad774b6bee5e9818644.tar.bz2 |
[clang-repl] Temporarily disable the execute.cpp test on ppc64.
This test is failing on some builders (see [1]) with the following error:
error: Added modules have incompatible data layouts:
e-m:e-i64:64-n32:64-S128-v256:256:256-v512:512:512 (module) vs
E-m:a-i64:64-n32:64-S128-v256:256:256-v512:512:512 (jit)
The JIT layout is correct, but some IR module added to the JIT is using a
little-endian layout instead.
This commit disables the test on ppc64 until we can investigate further and
fix the bug.
[1] https://lab.llvm.org/staging/#/builders/126/builds/371
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions