mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:27:34 +00:00
Toolchain: Format llvm patches per new patch format
This removes the patch series 1/N comments, git version at the bottom of the patch, and zeros out the original commit hash.
This commit is contained in:
parent
a80493d221
commit
d889294036
9 changed files with 23 additions and 51 deletions
|
@ -1,7 +1,7 @@
|
|||
From fae5030852da34db641d636ad4c599e56b92ccdf Mon Sep 17 00:00:00 2001
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Bertalan <dani@danielbertalan.dev>
|
||||
Date: Thu, 14 Apr 2022 10:17:13 +0200
|
||||
Subject: [PATCH 5/9] [libc++] Add support for SerenityOS
|
||||
Subject: [PATCH] [libc++] Add support for SerenityOS
|
||||
|
||||
This commit teaches libc++ about what features are available in our
|
||||
LibC, namely:
|
||||
|
@ -148,6 +148,3 @@ index 0ed53a3b2..7fffd937e 100644
|
|||
#elif defined(__sun__)
|
||||
#define _LIBCPP_ELAST ESTALE
|
||||
#elif defined(__MVS__)
|
||||
--
|
||||
2.35.3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue