We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b8e0 commit 55cbda9Copy full SHA for 55cbda9
lld/test/MachO/stabs.s
@@ -5,8 +5,8 @@
5
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/foo.s -o %t/foo.o
6
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/no-debug.s -o %t/no-debug.o
7
## Set modtimes of the files for deterministic test output.
8
-# RUN: touch -d "1970-01-01 00:00:16 UTC" %t/test.o
9
-# RUN: touch -d "1970-01-01 00:00:32 UTC" %t/foo.o
+# RUN: env TZ=UTC touch -t "197001010000.16" %t/test.o
+# RUN: env TZ=UTC touch -t "197001010000.32" %t/foo.o
10
# RUN: llvm-ar rcsU %t/foo.a %t/foo.o
11
12
# RUN: ZERO_AR_DATE=0 %lld -lSystem %t/test.o %t/foo.o %t/no-debug.o -o %t/test
0 commit comments