[all-commits] [llvm/llvm-project] 12bc08: [MC][COFF] Add missing sections for DWO (#157239)
Steven Wu via All-commits
all-commits at lists.llvm.org
Wed Sep 24 12:56:03 PDT 2025
Branch: refs/heads/users/cachemeifyoucan/spr/llvmsupport-make-sysfsfile_t-into-a-seperate-type
Home: https://github.com/llvm/llvm-project
Commit: 12bc084b3276c891162a298bafdf153e1701da4a
https://github.com/llvm/llvm-project/commit/12bc084b3276c891162a298bafdf153e1701da4a
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/test/CodeGen/X86/debug-loclists.ll
M llvm/test/DebugInfo/X86/convert-loclist.ll
M llvm/test/DebugInfo/X86/ranges_always_default.ll
M llvm/test/DebugInfo/X86/split-dwarf-v5-ranges.ll
Log Message:
-----------
[MC][COFF] Add missing sections for DWO (#157239)
Add DWO sections `.debug_loclists.dwo` and `.debug_rnglists.dwo` to the
COFF targets.
This enables building with `-DLLVM_USE_SPLIT_DWARF=ON` on the Cygwin
target, which previously failed due to compiler crashes.
Commit: 724d163a478c9ccba288ffd2932b648396254ed2
https://github.com/llvm/llvm-project/commit/724d163a478c9ccba288ffd2932b648396254ed2
Author: Steven Wu <stevenwu at apple.com>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/test/CodeGen/X86/debug-loclists.ll
M llvm/test/DebugInfo/X86/convert-loclist.ll
M llvm/test/DebugInfo/X86/ranges_always_default.ll
M llvm/test/DebugInfo/X86/split-dwarf-v5-ranges.ll
Log Message:
-----------
fix windows build attempt
Created using spr 1.3.7
Compare: https://github.com/llvm/llvm-project/compare/a67cbb3b921b...724d163a478c
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