[PATCH] D142511: [clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globally

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 16:01:14 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0245dcc000fa: [clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globally (authored by benlangmuir).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142511/new/

https://reviews.llvm.org/D142511

Files:
  clang/test/Driver/SOURCE_DATE_EPOCH.c


Index: clang/test/Driver/SOURCE_DATE_EPOCH.c
===================================================================
--- clang/test/Driver/SOURCE_DATE_EPOCH.c
+++ clang/test/Driver/SOURCE_DATE_EPOCH.c
@@ -1,5 +1,2 @@
-// RUN: %clang -E %s -### 2>&1 | FileCheck %s -check-prefix=NO_EPOCH
-// NO_EPOCH-NOT: "-source-date-epoch"
-
 // RUN: env SOURCE_DATE_EPOCH=123 %clang -E %s -### 2>&1 | FileCheck %s
 // CHECK: "-source-date-epoch" "123"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142511.491948.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230125/e2e4b3c8/attachment-0001.bin>


More information about the cfe-commits mailing list