Commit d9b454f
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}1 parent f0eb035 commit d9b454f
File tree
5 files changed
+6
-7
lines changed- buildtools
- third_party/libc++
- third_party
- libc++abi
- libc++
5 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
| 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 | | |
| |||
Submodule src updated from 91c45fc to 13cfd09
Submodule src updated from de02e5d to 83a8520
0 commit comments