[all-commits] [llvm/llvm-project] a5e65a: [not][test] Fix disable-symbolization.test when 'p...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Aug 24 17:29:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a5e65ad3a30cd77a768e093276e3426c6d81a32d
      https://github.com/llvm/llvm-project/commit/a5e65ad3a30cd77a768e093276e3426c6d81a32d
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

  Changed paths:
    M llvm/test/tools/not/disable-symbolization.test

  Log Message:
  -----------
  [not][test] Fix disable-symbolization.test when 'printenv' is not available

On Windows, 'env' or 'printenv' may not exist.

Also switch back to 'env' which is specified by POSIX.1-2017. 'printenv' is not
standard (I picked it because 'printenv' exists on GnuWin32 but 'env' does not).

Reviewed By: zequanwu

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




More information about the All-commits mailing list