[all-commits] [llvm/llvm-project] c918c1: [NFCi] Fixing build failures on Windows due to std...

Puyan Lotfi via All-commits all-commits at lists.llvm.org
Fri Jun 26 16:36:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c918c1a91a03f612c1b1e81b82460fbf80fc592a
      https://github.com/llvm/llvm-project/commit/c918c1a91a03f612c1b1e81b82460fbf80fc592a
  Author: Puyan Lotfi <plotfi at fb.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/include/llvm/PassAnalysisSupport.h

  Log Message:
  -----------
  [NFCi] Fixing build failures on Windows due to std::tie used w/o proper include.

>From https://reviews.llvm.org/D81236 /
https://github.com/llvm/llvm-project/commit/55fe7b79bb7fab49af3720840224c0720bdb03c6

std::tie is used without including <tuple>. This patch includes <tuple>
so that some downstream Windows bots succesfully build.




More information about the All-commits mailing list