[PATCH] D99806: [flang] Address more MSVC build issues with reductions
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 2 11:10:30 PDT 2021
klausler created this revision.
klausler added a reviewer: MehdiChinoune.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Move #include <complex.h> to complex-reduction.h, where
it is needed in MSVC builds.
Exclude code that requires a native 128-bit integer type from
compilation by MSVC.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99806
Files:
flang/runtime/complex-reduction.c
flang/runtime/complex-reduction.h
flang/runtime/reduction.cpp
flang/runtime/reduction.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99806.334991.patch
Type: text/x-patch
Size: 8493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210402/19249365/attachment-0001.bin>
More information about the llvm-commits
mailing list