[all-commits] [llvm/llvm-project] 93af37: Follow-up build fix for rGae6f78824031

Jeremy Morse via All-commits all-commits at lists.llvm.org
Sat Aug 22 11:10:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93af37043b9c1a8ea47890ad2bcf277f9b36c47d
      https://github.com/llvm/llvm-project/commit/93af37043b9c1a8ea47890ad2bcf277f9b36c47d
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp

  Log Message:
  -----------
  Follow-up build fix for rGae6f78824031

One of the bots objects to brace-initializing a tuple:

  http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/43595/steps/build%20stage%201/logs/stdio

As the tuple constructor is apparently explicit. Fall back to the (not
as pretty) explicit construction of a tuple. I'd thought this was
permitted behaviour; will investigate why this fails later.




More information about the All-commits mailing list