diff options
author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2021-03-31 09:15:22 +0100 |
---|---|---|
committer | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2021-03-31 09:17:45 +0100 |
commit | 8fa570c96908a459d3b067a815b7c307f4555556 (patch) | |
tree | 9f7ac278d731524c77f87aee33a21b72fe672e2b /llvm/utils/TableGen/CodeGenDAGPatterns.cpp | |
parent | 43b9fa3ce0ddfa673158af1596c3aac613b258b3 (diff) | |
download | llvm-8fa570c96908a459d3b067a815b7c307f4555556.zip llvm-8fa570c96908a459d3b067a815b7c307f4555556.tar.gz llvm-8fa570c96908a459d3b067a815b7c307f4555556.tar.bz2 |
[WebAssembly] Fix incorrect DW_TAG_pointer_type size in test
It should be 64 bits not 32 for wasm64-unknown-unknown. I noticed this
because this test was failing in our CHERI fork of LLVM due to a larger
.debug_abbrev section size. It turns out this happens because we add
DW_AT_byte_size for non-default pointer sizes to allow debugging our
hybrid compilation mode where we can have two different kinds of pointers.
Reviewed By: aardappel
Differential Revision: https://reviews.llvm.org/D99410
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions