[lld] r283931 - Fix a test to pacify llvm-clang-lld-x86_64-scei-ps4-windows10pro bot.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 13:15:36 PDT 2016


Author: ruiu
Date: Tue Oct 11 15:15:36 2016
New Revision: 283931

URL: http://llvm.org/viewvc/llvm-project?rev=283931&view=rev
Log:
Fix a test to pacify llvm-clang-lld-x86_64-scei-ps4-windows10pro bot.

I don't really understand why we get a larger .rodata section only
on this bot. I guess it may be picking up a library which contains
a .rodata. I removed the specific values since their values are not
important for this test case.

Modified:
    lld/trunk/test/COFF/pdb.test

Modified: lld/trunk/test/COFF/pdb.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb.test?rev=283931&r1=283930&r2=283931&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb.test (original)
+++ lld/trunk/test/COFF/pdb.test Tue Oct 11 15:15:36 2016
@@ -46,10 +46,10 @@
 # RAW:      Section Headers [
 # RAW-NEXT:   {
 # RAW-NEXT:     Name: .text
-# RAW-NEXT:     Virtual Size: 3
-# RAW-NEXT:     Virtual Address: 4096
-# RAW-NEXT:     Size of Raw Data: 512
-# RAW-NEXT:     File Pointer to Raw Data: 512
+# RAW-NEXT:     Virtual Size:
+# RAW-NEXT:     Virtual Address:
+# RAW-NEXT:     Size of Raw Data:
+# RAW-NEXT:     File Pointer to Raw Data:
 # RAW-NEXT:     File Pointer to Relocations: 0
 # RAW-NEXT:     File Pointer to Linenumbers: 0
 # RAW-NEXT:     Number of Relocations: 0
@@ -62,10 +62,10 @@
 # RAW-NEXT:   }
 # RAW-NEXT:   {
 # RAW-NEXT:     Name: .rdata
-# RAW-NEXT:     Virtual Size: 107
-# RAW-NEXT:     Virtual Address: 8192
-# RAW-NEXT:     Size of Raw Data: 512
-# RAW-NEXT:     File Pointer to Raw Data: 1024
+# RAW-NEXT:     Virtual Size:
+# RAW-NEXT:     Virtual Address:
+# RAW-NEXT:     Size of Raw Data:
+# RAW-NEXT:     File Pointer to Raw Data:
 # RAW-NEXT:     File Pointer to Relocations: 0
 # RAW-NEXT:     File Pointer to Linenumbers: 0
 # RAW-NEXT:     Number of Relocations: 0




More information about the llvm-commits mailing list