[lld] r188011 - Update the .drectve section to remove reference to nonexistent files.

Rui Ueyama ruiu at google.com
Thu Aug 8 14:04:09 PDT 2013


Author: ruiu
Date: Thu Aug  8 16:04:09 2013
New Revision: 188011

URL: http://llvm.org/viewvc/llvm-project?rev=188011&view=rev
Log:
Update the .drectve section to remove reference to nonexistent files.

Modified:
    lld/trunk/test/pecoff/Inputs/main.obj.yaml
    lld/trunk/test/pecoff/Inputs/vars-main.obj.yaml

Modified: lld/trunk/test/pecoff/Inputs/main.obj.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/Inputs/main.obj.yaml?rev=188011&r1=188010&r2=188011&view=diff
==============================================================================
--- lld/trunk/test/pecoff/Inputs/main.obj.yaml (original)
+++ lld/trunk/test/pecoff/Inputs/main.obj.yaml Thu Aug  8 16:04:09 2013
@@ -25,7 +25,7 @@ sections:
   - Name:            .drectve
     Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]
     Alignment:       2147483648
-    SectionData:     2F454E5452593A6D61696E20
+    SectionData:     2F656E7472793A6D61696E20
 symbols:
   - Name:            "@comp.id"
     Value:           10394907

Modified: lld/trunk/test/pecoff/Inputs/vars-main.obj.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/pecoff/Inputs/vars-main.obj.yaml?rev=188011&r1=188010&r2=188011&view=diff
==============================================================================
--- lld/trunk/test/pecoff/Inputs/vars-main.obj.yaml (original)
+++ lld/trunk/test/pecoff/Inputs/vars-main.obj.yaml Thu Aug  8 16:04:09 2013
@@ -6,7 +6,7 @@ sections:
   - Name:            .drectve
     Characteristics: [ IMAGE_SCN_LNK_INFO, IMAGE_SCN_LNK_REMOVE ]
     Alignment:       1
-    SectionData:     2020202F44454641554C544C49423A224C4942434D5422202F44454641554C544C49423A224F4C444E414D45532220
+    SectionData:     00000000
   - Name:            ".debug$S"
     Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ]
     Alignment:       1





More information about the llvm-commits mailing list