[llvm] 2aa4b69 - [XCOFF][NFC] Update the test aix-xcoff-huge-relocs.ll

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 02:19:09 PST 2023


Author: esmeyi
Date: 2023-01-10T05:18:53-05:00
New Revision: 2aa4b69bd60c4f8d0345378f954cdcec3a4263c1

URL: https://github.com/llvm/llvm-project/commit/2aa4b69bd60c4f8d0345378f954cdcec3a4263c1
DIFF: https://github.com/llvm/llvm-project/commit/2aa4b69bd60c4f8d0345378f954cdcec3a4263c1.diff

LOG: [XCOFF][NFC] Update the test aix-xcoff-huge-relocs.ll

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll b/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
index 6f430e83d8cc..e90b62df2dc7 100644
--- a/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
+++ b/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
@@ -25,32 +25,47 @@
 @c = external global i8, align 1
 @arr = global [SIZE x ptr] [MACRO], align 8
 
-; OVERFLOW:         Section {
-; OVERFLOW-NEXT:      Index: 2
-; OVERFLOW-NEXT:      Name: .data
-; OVERFLOW-NEXT:      PhysicalAddress: 0x0
-; OVERFLOW-NEXT:      VirtualAddress: 0x0
-; OVERFLOW-NEXT:      Size: 0x3FFFC
-; OVERFLOW-NEXT:      RawDataOffset: 0x8C
-; OVERFLOW-NEXT:      RelocationPointer: 0x40088
-; OVERFLOW-NEXT:      LineNumberPointer: 0x0
-; OVERFLOW-NEXT:      NumberOfRelocations: 65535
-; OVERFLOW-NEXT:      NumberOfLineNumbers: 65535
-; OVERFLOW-NEXT:      Type: STYP_DATA (0x40)
-; OVERFLOW-NEXT:    }
-; OVERFLOW-NEXT:    Section {
-; OVERFLOW-NEXT:      Index: 3
-; OVERFLOW-NEXT:      Name: .ovrflo
-; OVERFLOW-NEXT:      NumberOfRelocations: 65535
-; OVERFLOW-NEXT:      NumberOfLineNumbers: 0
-; OVERFLOW-NEXT:      Size: 0x0
-; OVERFLOW-NEXT:      RawDataOffset: 0x0
-; OVERFLOW-NEXT:      RelocationPointer: 0x40088
-; OVERFLOW-NEXT:      LineNumberPointer: 0x0
-; OVERFLOW-NEXT:      IndexOfSectionOverflowed: 2
-; OVERFLOW-NEXT:      IndexOfSectionOverflowed: 2
-; OVERFLOW-NEXT:      Type: STYP_OVRFLO (0x8000)
-; OVERFLOW-NEXT:    }
+; OVERFLOW:      Sections [
+; OVERFLOW-NEXT:   Section {
+; OVERFLOW-NEXT:     Index: 1
+; OVERFLOW-NEXT:     Name: .text
+; OVERFLOW-NEXT:     PhysicalAddress: 0x0
+; OVERFLOW-NEXT:     VirtualAddress: 0x0
+; OVERFLOW-NEXT:     Size: 0x0
+; OVERFLOW-NEXT:     RawDataOffset: 0x8C
+; OVERFLOW-NEXT:     RelocationPointer: 0x0
+; OVERFLOW-NEXT:     LineNumberPointer: 0x0
+; OVERFLOW-NEXT:     NumberOfRelocations: 0
+; OVERFLOW-NEXT:     NumberOfLineNumbers: 0
+; OVERFLOW-NEXT:     Type: STYP_TEXT (0x20)
+; OVERFLOW-NEXT:   }
+; OVERFLOW-NEXT:   Section {
+; OVERFLOW-NEXT:     Index: 2
+; OVERFLOW-NEXT:     Name: .data
+; OVERFLOW-NEXT:     PhysicalAddress: 0x0
+; OVERFLOW-NEXT:     VirtualAddress: 0x0
+; OVERFLOW-NEXT:     Size: 0x3FFFC
+; OVERFLOW-NEXT:     RawDataOffset: 0x8C
+; OVERFLOW-NEXT:     RelocationPointer: 0x40088
+; OVERFLOW-NEXT:     LineNumberPointer: 0x0
+; OVERFLOW-NEXT:     NumberOfRelocations: 65535
+; OVERFLOW-NEXT:     NumberOfLineNumbers: 65535
+; OVERFLOW-NEXT:     Type: STYP_DATA (0x40)
+; OVERFLOW-NEXT:   }
+; OVERFLOW-NEXT:   Section {
+; OVERFLOW-NEXT:     Index: 3
+; OVERFLOW-NEXT:     Name: .ovrflo
+; OVERFLOW-NEXT:     NumberOfRelocations: 65535
+; OVERFLOW-NEXT:     NumberOfLineNumbers: 0
+; OVERFLOW-NEXT:     Size: 0x0
+; OVERFLOW-NEXT:     RawDataOffset: 0x0
+; OVERFLOW-NEXT:     RelocationPointer: 0x40088
+; OVERFLOW-NEXT:     LineNumberPointer: 0x0
+; OVERFLOW-NEXT:     IndexOfSectionOverflowed: 2
+; OVERFLOW-NEXT:     IndexOfSectionOverflowed: 2
+; OVERFLOW-NEXT:     Type: STYP_OVRFLO (0x8000)
+; OVERFLOW-NEXT:   }
+; OVERFLOW-NEXT: ]
 
 ; XCOFF32:       Section {
 ; XCOFF32:         Name: .data


        


More information about the llvm-commits mailing list