[all-commits] [llvm/llvm-project] a49795: [profile] Third speculative fix for Windows after ...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Thu Oct 31 16:36:47 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a49795d8abcf8bf5d38b6ba4e665559c30eb3e62
      https://github.com/llvm/llvm-project/commit/a49795d8abcf8bf5d38b6ba4e665559c30eb3e62
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPort.h

  Log Message:
  -----------
  [profile] Third speculative fix for Windows after D68351

_putenv on Windows takes 1 argument, whereas setenv elsewhere takes 3.
Just treat the two platforms differently.

http://lab.llvm.org:8011/builders/sanitizer-windows/builds/53547




More information about the All-commits mailing list