[lld] r236742 - [Mips] Update test cases to reflect changes in the yaml2obj tool

Simon Atanasyan simon at atanasyan.com
Thu May 7 09:24:09 PDT 2015


Author: atanasyan
Date: Thu May  7 11:24:09 2015
New Revision: 236742

URL: http://llvm.org/viewvc/llvm-project?rev=236742&view=rev
Log:
[Mips] Update test cases to reflect changes in the yaml2obj tool

No functional changes.

Modified:
    lld/trunk/test/elf/Mips/dynlib-fileheader-micro.test
    lld/trunk/test/elf/Mips/dynlib-fileheader.test

Modified: lld/trunk/test/elf/Mips/dynlib-fileheader-micro.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/dynlib-fileheader-micro.test?rev=236742&r1=236741&r2=236742&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/dynlib-fileheader-micro.test (original)
+++ lld/trunk/test/elf/Mips/dynlib-fileheader-micro.test Thu May  7 11:24:09 2015
@@ -68,7 +68,9 @@ Sections:
     Type:            SHT_MIPS_ABIFLAGS
     Flags:           [ SHF_ALLOC ]
     AddressAlign:    0x08
-    Size:            0x18
+    ISA:             MIPS32
+    ISARevision:     2
+    ASEs:            [ MICROMIPS ]
 
 Symbols:
   Global:

Modified: lld/trunk/test/elf/Mips/dynlib-fileheader.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/Mips/dynlib-fileheader.test?rev=236742&r1=236741&r2=236742&view=diff
==============================================================================
--- lld/trunk/test/elf/Mips/dynlib-fileheader.test (original)
+++ lld/trunk/test/elf/Mips/dynlib-fileheader.test Thu May  7 11:24:09 2015
@@ -67,7 +67,8 @@ Sections:
     Type:            SHT_MIPS_ABIFLAGS
     Flags:           [ SHF_ALLOC ]
     AddressAlign:    0x08
-    Size:            0x18
+    ISA:             MIPS32
+    ISARevision:     2
 
 Symbols:
   Global:





More information about the llvm-commits mailing list