[all-commits] [llvm/llvm-project] e27e9c: [flang] Attempt to work around MSVC build problem ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Sep 30 13:04:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e27e9ca5d8cdf85f8c8466a792730ff1df313072
https://github.com/llvm/llvm-project/commit/e27e9ca5d8cdf85f8c8466a792730ff1df313072
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/lib/Evaluate/constant.cpp
M flang/lib/Evaluate/tools.cpp
Log Message:
-----------
[flang] Attempt to work around MSVC build problem (#161426)
Move a function that seems to be running into an MSVC problem from the
source file where I created it to another one (tools.cpp) that is
already known to be able to access the semantics::Scope type.
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