[libc-commits] [PATCH] D119641: Implement basic loader for Linux aarch64

Jeff Bailey via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 12 11:11:50 PST 2022


jeffbailey updated this revision to Diff 408201.
jeffbailey added a comment.

Fix pasto in header.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119641/new/

https://reviews.llvm.org/D119641

Files:
  libc/loader/linux/aarch64/start.cpp


Index: libc/loader/linux/aarch64/start.cpp
===================================================================
--- libc/loader/linux/aarch64/start.cpp
+++ libc/loader/linux/aarch64/start.cpp
@@ -1,4 +1,4 @@
-//===-- Implementation of crt for x86_64 ----------------------------------===//
+//===-- Implementation of crt for aarch64 ---------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119641.408201.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220212/82fd4bbe/attachment.bin>


More information about the libc-commits mailing list