diff options
author | alx32 <103613512+alx32@users.noreply.github.com> | 2025-03-14 09:13:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 09:13:08 -0700 |
commit | 8c31bb7da34ac5d8a5e7db4d3964039dfd09a73f (patch) | |
tree | 237bbbd312a4116723ba90b32cb4eb9bdac6fbc1 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | bdb4012fe3f9e30e2ea3e1d92524ad7725b2957e (diff) | |
download | llvm-8c31bb7da34ac5d8a5e7db4d3964039dfd09a73f.zip llvm-8c31bb7da34ac5d8a5e7db4d3964039dfd09a73f.tar.gz llvm-8c31bb7da34ac5d8a5e7db4d3964039dfd09a73f.tar.bz2 |
[GSYM] Fix incorrect comparison in gSYM creation (#131197)
There is a bug in `llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp` where
`StmtSeqVal` was being compared against `UINT32_MAX` rather than the
correct `UINT64_MAX` - thanks @nocchijiang for [pointing this
out](https://github.com/llvm/llvm-project/pull/129196#discussion_r1986203058).
We correct the issue with this patch. For testing - the issue would show
when we have a correct offset of value `UINT32_MAX` - but constructing
such a test is impractical.
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions