Skip to content

Commit 9d94626

Browse files
committed
Delete unneeded comment
1 parent 5dbfbff commit 9d94626

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lld/test/ELF/lto/aarch64-pac-got-func.ll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ target triple = "aarch64-unknown-linux-gnu"
3737
@g3 = external global ptr
3838
@g4 = external global ptr
3939

40-
; Minor codegen changes may influence function sizes and thus move subsequent
41-
; symbols. To prevent accidental changes to symbol addresses, request an
42-
; alignment that is larger than any expected function's size.
43-
;
44-
; Note that it is handy to have a trivial function like _start at the end of
45-
; the .text section, as most offsets of interest point to the dynamic section,
46-
; and one cannot easily control its alignment. On the other hand, the _start
47-
; function almost certainly contains a single ret instruction and is itself
48-
; aligned, making offsets of the subsequent sections predictable.
49-
5040
define void @func() align 1024 {
5141
entry:
5242
ret void

0 commit comments

Comments
 (0)