[flang-commits] [PATCH] D99666: [flang] Implement reductions in the	runtime
    مهدي شينون (Mehdi Chinoune) via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Fri Apr  2 03:09:18 PDT 2021
    
    
  
MehdiChinoune added a comment.
This commit breaks building with MSVC.
================
Comment at: flang/lib/Decimal/binary-to-decimal.cpp:353
 
-#if __x86_64__ && !defined(_MSC_VER)
 ConversionToDecimalResult ConvertLongDoubleToDecimal(char *buffer,
----------------
Did you test this commit with MSVC before removing these conditions.
Because it fails with MSVC.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99666/new/
https://reviews.llvm.org/D99666
    
    
More information about the flang-commits
mailing list