diff options
author | Sirui Mu <msrlancern@gmail.com> | 2025-08-19 23:32:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-19 23:32:02 +0800 |
commit | 10d193bf5eb92fda020e3d7304b5b1da6d5d4c1e (patch) | |
tree | 41714afea6f0bf2fe6cfddc3d7b23a97f8963fbc /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 6e3c7b8244e9067721ccd0d786755f2ae9c96a87 (diff) | |
download | llvm-10d193bf5eb92fda020e3d7304b5b1da6d5d4c1e.zip llvm-10d193bf5eb92fda020e3d7304b5b1da6d5d4c1e.tar.gz llvm-10d193bf5eb92fda020e3d7304b5b1da6d5d4c1e.tar.bz2 |
[CIR][NFC] Fix regression by #153819 (#154346)
This patch fixes a regression introduced by #153819. The evaluation
order of the arguments to `emitVAStart` is unspecified, but the test
requires the arguments to be evaluated in left-to-right order.
It's a bit strange that the pre-merge checks did not catch this. The
tests failed on my local machine, which runs Fedora 42 with gcc 15.2.1 .
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions