You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
19
external/llvm/test/CodeGen/X86/note-sections.ll
vendored
19
external/llvm/test/CodeGen/X86/note-sections.ll
vendored
@ -1,19 +0,0 @@
|
||||
; RUN: llc -mtriple x86_64-pc-linux < %s | FileCheck %s
|
||||
|
||||
%struct.note = type { %struct.Elf32_Nhdr, [7 x i8], %struct.payload }
|
||||
%struct.Elf32_Nhdr = type { i32, i32, i32 }
|
||||
%struct.payload = type { i16 }
|
||||
|
||||
@foonote = internal constant %struct.note { %struct.Elf32_Nhdr { i32 7, i32 2, i32 17 }, [7 x i8] c"foobar\00", %struct.payload { i16 23 } }, section ".note.foo", align 4
|
||||
|
||||
; CHECK: .section .note.foo,"a",@note
|
||||
; CHECK-NEXT: .p2align 2
|
||||
; CHECK-NEXT: foonote:
|
||||
; CHECK-NEXT: .long 7
|
||||
; CHECK-NEXT: .long 2
|
||||
; CHECK-NEXT: .long 17
|
||||
; CHECK-NEXT: .asciz "foobar"
|
||||
; CHECK-NEXT: .zero 1
|
||||
; CHECK-NEXT: .short 23
|
||||
; CHECK-NEXT: .zero 2
|
||||
; CHECK-NEXT: .size foonote, 24
|
Reference in New Issue
Block a user