[clang] [clang][bytecode] Allocate IntegralAP and Floating types using an allocator (PR #144246)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 19 09:28:47 PDT 2025
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>,
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/144246 at github.com>
DavidSpickett wrote:
Short of cross-compiling, a debug build isn't happening.
I know so far is that the last thing it attempts to do is construct an APInt with:
```
Bitwidth: 2, val: 0xffe6410000000000
```
We need to find where that value comes from.
https://github.com/llvm/llvm-project/pull/144246
More information about the cfe-commits
mailing list