[all-commits] [llvm/llvm-project] 1c4611: Load AST files as binary on z/OS (#191840)
Sean Perry via All-commits
all-commits at lists.llvm.org
Tue Apr 14 11:47:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c46118228527a406362952cade120f380190ef9
https://github.com/llvm/llvm-project/commit/1c46118228527a406362952cade120f380190ef9
Author: Sean Perry <perry at ca.ibm.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/include/clang/Basic/FileManager.h
M clang/lib/Basic/Module.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ModuleManager.cpp
Log Message:
-----------
Load AST files as binary on z/OS (#191840)
The ast files need to be loaded as binary on z/OS to avoid translation.
Add the `IsText=false` option to all of the relevant file open calls.
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