[all-commits] [llvm/llvm-project] 22fd11: [SystemZ][z/OS] Refactor AutoConvert.h to remove l...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Wed Jun 11 12:27:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22fd11fe66a0d64f5ef359e21ae67a7d40936eaf
https://github.com/llvm/llvm-project/commit/22fd11fe66a0d64f5ef359e21ae67a7d40936eaf
Author: Abhina Sree <Abhina.Sreeskantharajan at ibm.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M llvm/include/llvm/Support/AutoConvert.h
M llvm/lib/Support/AutoConvert.cpp
M llvm/lib/Support/InitLLVM.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/raw_ostream.cpp
Log Message:
-----------
[SystemZ][z/OS] Refactor AutoConvert.h to remove large MVS guard (#143174)
This AutoConvert.h header frequently gets mislabeled as an unused
include because it is guarded by MVS internally and every usage is also
guarded. This refactors the change to remove this guard and instead make
these functions a noop on other non-z/OS platforms.
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