Commit 629078f
Roll libc++ and libcxxabi across aligned_alloc.h change
This morally picks up a single upstream PR that touches both
libc++ and libc++abi:
llvm/llvm-project#166172
Since we mirror libc++ and libc++abi separately, this single
commit has been split into one commit in each repo.
...and then there was a follow-up libc++-only buildfix for it:
llvm/llvm-project#169418
To pick both of these up, this rolls libcxxabi by one revision,
and libcxx by two. It combines these two rolls:
1.
Roll libcxxabi from de02e5d57052 to 83a852080747 (1 revision)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/de02e5d57052..83a852080747
2025-11-24 [email protected] [libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)
2.
Roll libc++ from 25731e23e3aa to 13cfd0942dfd (2 revisions)
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/25731e23e3aa..13cfd0942dfd
2025-11-24 [email protected] Fix path to aligned_alloc.h in #include statement (#169418)
2025-11-24 [email protected] [libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172)
Change-Id: I04f1081884978d693d8a6dac8089e5c417b355e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7201052
Commit-Queue: Nico Weber <[email protected]>
Reviewed-by: Hans Wennborg <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1551246}
NOKEYCHECK=True
GitOrigin-RevId: d9b454f01e84d2a064c8a230cd30702cfe2e6a931 parent 180f0b9 commit 629078f
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | 589 | | |
591 | 590 | | |
592 | 591 | | |
| |||
0 commit comments