[Lldb-commits] [PATCH] D122568: [lldb] correct comment in deterministic build test
Michael Ford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 28 03:38:52 PDT 2022
fanquake created this revision.
fanquake added a reviewer: lld-macho.
Herald added a subscriber: mgrang.
Herald added a project: All.
fanquake requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Since https://reviews.llvm.org/D103446, lld now also respects the ZERO_AR_DATE env var.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122568
Files:
lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
Index: lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
===================================================================
--- lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
+++ lldb/test/Shell/SymbolFile/DWARF/deterministic-build.cpp
@@ -1,6 +1,5 @@
// Test that binaries linked deterministically (N_OSO has timestamp 0) can still
-// have their object files loaded by lldb. Note that the env var ZERO_AR_DATE
-// requires the ld64 linker, which clang invokes by default.
+// have their object files loaded by lldb.
// REQUIRES: system-darwin
// RUN: %clang_host %s -g -c -o %t.o
// RUN: ZERO_AR_DATE=1 %clang_host %t.o -g -o %t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122568.418532.patch
Type: text/x-patch
Size: 653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220328/556e2701/attachment.bin>
More information about the lldb-commits
mailing list