Skip to content

Commit ae89be0

Browse files
committed
[ORC-RT] Fix comments. NFC.
Fix file name, symbol name, and formatting in comments.
1 parent 2bf3ef1 commit ae89be0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

compiler-rt/lib/orc/macho_tlv.x86-64.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- orc_rt_macho_tlv.x86-64.s -------------------------------*- ASM -*-===//
1+
//===-- macho_tlv.x86-64.s --------------------------------------*- ASM -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

compiler-rt/lib/orc/sysv_reenter.arm64.S

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
.text
1717

18-
// Saves GPRs, calls __orc_rt_sysv_resolve
18+
// Saves GPRs, calls __orc_rt_resolve
1919
.globl __orc_rt_sysv_reenter
2020
__orc_rt_sysv_reenter:
2121
// Save register state, set up new stack frome.
@@ -49,14 +49,14 @@ __orc_rt_sysv_reenter:
4949
stp q2, q3, [sp, #-32]!
5050
stp q0, q1, [sp, #-32]!
5151

52-
// Look up the return address and subtract 8 from it (on the
53-
// assumption that 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+
// that it's a standard arm64 reentry trampoline) to get back the
54+
// trampoline's address.
5555
sub x0, x30, #8
5656

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).
6060
#if !defined(__APPLE__)
6161
bl __orc_rt_resolve
6262
#else

0 commit comments

Comments
 (0)