[all-commits] [llvm/llvm-project] ec8f4f: [Support] Workaround compiler bug in MSVC

Tom Stellard via All-commits all-commits at lists.llvm.org
Tue Jul 26 12:55:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec8f4fd68cd401a0ba41bb160d6acce670486fab
      https://github.com/llvm/llvm-project/commit/ec8f4fd68cd401a0ba41bb160d6acce670486fab
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M llvm/lib/Support/NativeFormatting.cpp

  Log Message:
  -----------
  [Support] Workaround compiler bug in MSVC

https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317

This was causing unittest failures on Windows for the GitHub actions
based CI we use in the release branches.

Failed Tests (2):
  LLVM-Unit :: Support/./SupportTests.exe/FormatVariadicTest.BigTest
  LLVM-Unit :: Support/./SupportTests.exe/NativeFormatTest.BoundaryTests

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D129822




More information about the All-commits mailing list