[lld] 0f848a2 - Undo test changs introduced by D96193.

Hongtao Yu via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 13:29:57 PST 2021


Author: Hongtao Yu
Date: 2021-02-11T13:29:41-08:00
New Revision: 0f848a24e19e9bcba8ac52e74ff364e047a81678

URL: https://github.com/llvm/llvm-project/commit/0f848a24e19e9bcba8ac52e74ff364e047a81678
DIFF: https://github.com/llvm/llvm-project/commit/0f848a24e19e9bcba8ac52e74ff364e047a81678.diff

LOG: Undo test changs introduced by D96193.

Summary:
The test doesn't work on Windows but there seems no good way to disable the test for Windows only so I'm undoing the test changes.

Added: 
    

Modified: 
    lld/test/ELF/reproduce-lto.s

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/reproduce-lto.s b/lld/test/ELF/reproduce-lto.s
index 2e673fdcc32c..36838f21388e 100644
--- a/lld/test/ELF/reproduce-lto.s
+++ b/lld/test/ELF/reproduce-lto.s
@@ -10,13 +10,8 @@
 # RUN: cd %t.dir
 # RUN: ld.lld build1/foo.o -o /dev/null --reproduce repro1.tar --lto-sample-profile=%t.dir/build1/empty_profile.txt
 # RUN: tar tvf repro1.tar | FileCheck %s --implicit-check-not={{.}}
-# RUN: tar xvf repro1.tar &> %t2
-# RUN: cat repro1/response.txt >> %t2
-# RUN: FileCheck %s --check-prefix=RSP < %t2
 
 # CHECK-DAG: {{.*}} repro1/{{.*}}/empty_profile.txt
 # CHECK-DAG: {{.*}} repro1/response.txt
 # CHECK-DAG: {{.*}} repro1/version.txt
 # CHECK-DAG: {{.*}} repro1/{{.*}}/foo.o
-# RSP:       repro1/[[PATH:.*]]/empty_profile.txt
-# RSP:       --lto-sample-profile=[[PATH]]/empty_profile.txt


        


More information about the llvm-commits mailing list