[all-commits] [llvm/llvm-project] 02410d: [flang] Fix Windows build
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 12 17:16:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02410df530fbef5256711ec2220c4c34468c894c
https://github.com/llvm/llvm-project/commit/02410df530fbef5256711ec2220c4c34468c894c
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M flang/include/flang/Common/uint128.h
Log Message:
-----------
[flang] Fix Windows build
A recently added class constructor needs to be "explicit" to
prevent it from being available for use as a conversion, which
is breaking the MSVC build of flang.
More information about the All-commits
mailing list