[lld] r299795 - Remove .rdata section size checks from pdb.test, they are not the same on Windows and Unix

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 7 12:58:33 PDT 2017


Author: rnk
Date: Fri Apr  7 14:58:33 2017
New Revision: 299795

URL: http://llvm.org/viewvc/llvm-project?rev=299795&view=rev
Log:
Remove .rdata section size checks from pdb.test, they are not the same on Windows and Unix

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=299795&r1=299794&r2=299795&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb.test (original)
+++ lld/trunk/test/COFF/pdb.test Fri Apr  7 14:58:33 2017
@@ -327,7 +327,7 @@
 # RAW-NEXT:     SecName: 65535
 # RAW-NEXT:     ClassName: 65535
 # RAW-NEXT:     Offset: 0
-# RAW-NEXT:     SecByteLength: 122
+# RAW-NEXT:     SecByteLength:
 # RAW-NEXT:   }
 # RAW-NEXT:   Entry {
 # RAW-NEXT:     Flags [ (0x208)
@@ -392,7 +392,7 @@
 # RAW-NEXT:   }
 # RAW-NEXT:   {
 # RAW-NEXT:     Name: .rdata
-# RAW-NEXT:     Virtual Size: 122
+# RAW-NEXT:     Virtual Size:
 # RAW-NEXT:     Virtual Address: 16384
 # RAW-NEXT:     Size of Raw Data: 512
 # RAW-NEXT:     File Pointer to Raw Data: 2560




More information about the llvm-commits mailing list