[all-commits] [llvm/llvm-project] 90966d: Support: Avoid SmallVector::assign with a range fr...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Wed Nov 18 17:56:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 90966daac3dd633b9621426e6621a706807d7c0d
      https://github.com/llvm/llvm-project/commit/90966daac3dd633b9621426e6621a706807d7c0d
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M llvm/lib/Support/Windows/Process.inc

  Log Message:
  -----------
  Support: Avoid SmallVector::assign with a range from to-be-replaced vector in Windows GetExecutableName

This code wasn't valid, and 5abf76fbe37380874a88cc9aa02164800e4e10f3
started asserting. This is a speculative fix since I don't have a
Windows machine handy.




More information about the All-commits mailing list