File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- //=== -- orc_rt_macho_tlv .x86 - 64 .s -------------------------------*- ASM -*- ===//
1
+ //=== -- macho_tlv .x86 - 64 .s ------- -------------------------------*- ASM -*- ===//
2
2
//
3
3
// Part of the LLVM Project , under the Apache License v2. 0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 15
15
16
16
.text
17
17
18
- // Saves GPRs , calls __orc_rt_sysv_resolve
18
+ // Saves GPRs , calls __orc_rt_resolve
19
19
.globl __orc_rt_sysv_reenter
20
20
__orc_rt_sysv_reenter:
21
21
// Save register state , set up new stack frome.
@@ -49,14 +49,14 @@ __orc_rt_sysv_reenter:
49
49
stp q2 , q3 , [ sp , # - 32 ] !
50
50
stp q0 , q1 , [ sp , # - 32 ] !
51
51
52
- // Look up the return address and subtract 8 from it (on the
53
- // assumption th at it's a standard arm64 reentry trampoline) to get
54
- // back the trampoline's address.
52
+ // Look up the return address and subtract 8 from it (on the assumption
53
+ // th at it's a standard arm64 reentry trampoline) to get back the
54
+ // trampoline's address.
55
55
sub x0 , x30 , # 8
56
56
57
- // Call __orc_rt_sysv_resolve to look up the implementation
58
- // corresponding to the calling stub , then store this in x17 (which
59
- // we'll return to below.
57
+ // Call __orc_rt_resolve to look up the implementation corresponding to
58
+ // the calling stub , then store this in x17 (which we'll return to
59
+ // below) .
60
60
#if !defined(__APPLE__)
61
61
bl __orc_rt_resolve
62
62
#else
You can’t perform that action at this time.
0 commit comments