[all-commits] [llvm/llvm-project] 0245dc: [clang][test] Remove check that fails if SOURCE_DA...

Ben Langmuir via All-commits all-commits at lists.llvm.org
Tue Jan 24 16:01:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0245dcc000faf4f6dea9552a44106c8921df841e
      https://github.com/llvm/llvm-project/commit/0245dcc000faf4f6dea9552a44106c8921df841e
  Author: Ben Langmuir <blangmuir at apple.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M clang/test/Driver/SOURCE_DATE_EPOCH.c

  Log Message:
  -----------
  [clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globally

The check for "no SOURCE_DATE_EPOCH" wasn't especially interesting, and
I am not aware of a _portable_ way to unset and environment variable in
a lit test. So remove it since it can fail if the build environment has
SOURCE_DATE_EPOCH set globally.

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




More information about the All-commits mailing list