[lld] r219394 - Update test to reflect the true section contents
David Majnemer
david.majnemer at gmail.com
Thu Oct 9 01:45:51 PDT 2014
Author: majnemer
Date: Thu Oct 9 03:45:51 2014
New Revision: 219394
URL: http://llvm.org/viewvc/llvm-project?rev=219394&view=rev
Log:
Update test to reflect the true section contents
Previously, LLVM object tools didn't know the true size of the sections.
This would result in tools thinking that a section with a VirtualSize
smaller than FileAlignment would end in zeros when actually those zeros
weren't really part of the section contents.
Modified:
lld/trunk/test/pecoff/associative.test
Modified: lld/trunk/test/pecoff/associative.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/associative.test?rev=219394&r1=219393&r2=219394&view=diff
==============================================================================
--- lld/trunk/test/pecoff/associative.test (original)
+++ lld/trunk/test/pecoff/associative.test Thu Oct 9 03:45:51 2014
@@ -7,4 +7,4 @@
# RUN: obj2yaml %t.exe | FileCheck %s
CHECK: - Name: .CRT
-CHECK: SectionData: '777777770000
+CHECK: SectionData: '77777777'
More information about the llvm-commits
mailing list