File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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-
5040define void @func () align 1024 {
5141entry:
5242 ret void
You can’t perform that action at this time.
0 commit comments