[all-commits] [llvm/llvm-project] ae89be: [ORC-RT] Fix comments. NFC.
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Dec 12 22:26:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae89be0797e663b5e699104f58cbb8f5a090080b
https://github.com/llvm/llvm-project/commit/ae89be0797e663b5e699104f58cbb8f5a090080b
Author: Lang Hames <lhames at gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M compiler-rt/lib/orc/macho_tlv.x86-64.S
M compiler-rt/lib/orc/sysv_reenter.arm64.S
Log Message:
-----------
[ORC-RT] Fix comments. NFC.
Fix file name, symbol name, and formatting in comments.
Commit: a1739d2501e813f629268f99a2ab3485aaf02ba1
https://github.com/llvm/llvm-project/commit/a1739d2501e813f629268f99a2ab3485aaf02ba1
Author: Lang Hames <lhames at gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
Log Message:
-----------
[JITLink][aarch64] Fix comment for trampoline instruction sequence. NFC.
The comment was from a prototype and doesn't reflect the final instruction
sequence.
Commit: 81c680a89622466b279357ca2e1045ef84d2c534
https://github.com/llvm/llvm-project/commit/81c680a89622466b279357ca2e1045ef84d2c534
Author: Lang Hames <lhames at gmail.com>
Date: 2024-12-13 (Fri, 13 Dec 2024)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/JITLinkReentryTrampolines.cpp
Log Message:
-----------
[ORC] Improve JITLinkReentryTrampolines "arch not supported" error message.
"Architecture not supported" becomes
"JITLinkReentryTrampolines: architecture <arch> not supported".
Compare: https://github.com/llvm/llvm-project/compare/2bf3ef18471a...81c680a89622
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list