[all-commits] [llvm/llvm-project] a8837b: [cross-project-tests] Fix struct-dse example so th...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Mon Nov 27 13:14:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8837b49c1c1650357d7d8f2957c903b3a5ab039
https://github.com/llvm/llvm-project/commit/a8837b49c1c1650357d7d8f2957c903b3a5ab039
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c
Log Message:
-----------
[cross-project-tests] Fix struct-dse example so that it fails again (#73566)
The purpose of this example is to provide a case where the debugger /
debug info experience could be improved. A recent commit by clang
(0d2860b795879f4dd152963b52f969b53b136899) changed codegen such that it
changes how "small structs" are initialized, in a way that the debugger
is now able to correctly display the variable being targeted by this
test.
In order to keep the example relevant, i.e. failing, this commit makes
it so that the struct is now "big enough" to not trigger the new
codegen.
More information about the All-commits
mailing list