[lld] r373713 - Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 01:34:26 PDT 2019
Author: mstorsjo
Date: Fri Oct 4 01:34:26 2019
New Revision: 373713
URL: http://llvm.org/viewvc/llvm-project?rev=373713&view=rev
Log:
Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."
This commit should be reverted along with r371729.
Modified:
lld/trunk/test/COFF/linkrepro-manifest.test
Modified: lld/trunk/test/COFF/linkrepro-manifest.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/linkrepro-manifest.test?rev=373713&r1=373712&r2=373713&view=diff
==============================================================================
--- lld/trunk/test/COFF/linkrepro-manifest.test (original)
+++ lld/trunk/test/COFF/linkrepro-manifest.test Fri Oct 4 01:34:26 2019
@@ -1,7 +1,7 @@
REQUIRES: x86, gnutar, manifest_tool
RUN: rm -rf %t && mkdir %t && cd %t
-RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t/repro.tar -manifest:embed %p/Inputs/std32.lib -subsystem:console
+RUN: lld-link -entry:__ImageBase -nodefaultlib -linkrepro:%t -manifest:embed %p/Inputs/std32.lib -subsystem:console
RUN: tar tf repro.tar | FileCheck --check-prefix=LIST %s
RUN: tar xOf repro.tar repro/response.txt | FileCheck %s
More information about the llvm-commits
mailing list