[all-commits] [llvm/llvm-project] 55fc45: [NFC] Refactor when selecting x86-64 EH encoding t...
Farid Zakaria via All-commits
all-commits at lists.llvm.org
Thu Jul 16 11:34:16 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55fc45605710c642cf49a732f7d96a95c120db9f
https://github.com/llvm/llvm-project/commit/55fc45605710c642cf49a732f7d96a95c120db9f
Author: Farid Zakaria <farid.m.zakaria at gmail.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Log Message:
-----------
[NFC] Refactor when selecting x86-64 EH encoding to be less prone to error (#210109)
Use a case-scoped local (EHCM) rather than mutating the object file's
code model, so only the EH encoding selection is affected.
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