[all-commits] [llvm/llvm-project] fb5814: Fix temporary file name on Windows

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Sun Nov 15 05:11:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fb58142e00ad73c2e6bfd80452e5e9b080c81552
      https://github.com/llvm/llvm-project/commit/fb58142e00ad73c2e6bfd80452e5e9b080c81552
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2020-11-15 (Sun, 15 Nov 2020)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    A clang/test/Driver/hip-windows-filename.hip

  Log Message:
  -----------
  Fix temporary file name on Windows

Bound arch may contain ':', which is invalid in Windows file names.

This patch fixes that.

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




More information about the All-commits mailing list