[all-commits] [llvm/llvm-project] 693146: [lldb][yaml2macho-core] Address bug when run on Wi...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Mon Sep 8 10:38:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 693146dcc0a1d653827cc88993acf52428af1a94
https://github.com/llvm/llvm-project/commit/693146dcc0a1d653827cc88993acf52428af1a94
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py
M lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py
M lldb/tools/yaml2macho-core/yaml2macho.cpp
Log Message:
-----------
[lldb][yaml2macho-core] Address bug when run on Windows
The two API tests I converted to use yaml2macho-core were failing
on windows. I was writing the output corefile with fopen(filename,
"w"), and it turns out there was some newline conversion happening
on Windows if a linefeed character was present. Charles Zablit
helped to identify the issue and confirm the fix. Re-enabling the
two tests on all platforms.
https://github.com/llvm/llvm-project/pull/153911
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list