Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
libcxx/include/
-
include/
-
__type_traits/
-
promote.h
-
cmath
Hide Panel
f
Keyboard Reference
?
Differential
D142657
[libc++] Add missing include promote.h in <cmath>
Closed
Public
Authored by
ldionne
on Jan 26 2023, 11:47 AM.
Download Raw Diff
Details
Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rGbab1a14cccd4: [libc++] Add missing include promote.h in <cmath>
Diff Detail
Repository
rG LLVM Github Monorepo
Unit Tests
Failed
Time
Test
1,500,260 ms
libcxx CI AIX (32-bit) > ibm-libc++-shared-cfg-in.std/algorithms/alg_modifying_operations/alg_transform::ranges.transform.binary.pass.cpp
1,500,030 ms
libcxx CI Apple back-deployment macosx11.0 arm64 > apple-libc++-backdeployment-cfg-in.std/thread/thread_condition::notify_all_at_thread_exit_lwg3343.pass.cpp
1,500,040 ms
libcxx CI Apple back-deployment with assertions enabled > apple-libc++-backdeployment-cfg-in.std/thread/thread_condition::notify_all_at_thread_exit_lwg3343.pass.cpp
5,570 ms
libcxx CI Clang-cl (no vcruntime exceptions) > llvm-libc++-shared-no-vcruntime-clangcl-cfg-in.std/thread/thread_condition/thread_condition_condvar::notify_all.pass.cpp
13,870 ms
libcxx CI Clang-cl (no vcruntime exceptions) > llvm-libc++-shared-no-vcruntime-clangcl-cfg-in.std/thread/thread_mutex/thread_mutex_requirements/thread_sharedtimedmutex_requirements/thread_sharedtimedmutex_class::try_lock_for.pass.cpp
View Full Test Results (6 Failed)
Event Timeline
ldionne
created this revision.
Jan 26 2023, 11:47 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jan 26 2023, 11:47 AM
ldionne
requested review of this revision.
Jan 26 2023, 11:47 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Jan 26 2023, 11:47 AM
Herald
added a reviewer:
Restricted Project
.
·
View Herald Transcript
Herald
added a subscriber:
libcxx-commits
.
·
View Herald Transcript
philnik
accepted this revision.
Jan 26 2023, 11:53 AM
This revision is now accepted and ready to land.
Jan 26 2023, 11:53 AM
Harbormaster
completed remote builds in
B210197: Diff 492539
.
Jan 26 2023, 12:13 PM
ldionne
updated this revision to
Diff 493309
.
Jan 30 2023, 7:06 AM
Comment Actions
Remove superfluous <cstddef> include in promote.h, that should fix CI.
Harbormaster
completed remote builds in
B210777: Diff 493309
.
Jan 30 2023, 8:31 AM
This revision was landed with ongoing or failed builds.
Jan 30 2023, 1:26 PM
Closed by commit
rGbab1a14cccd4: [libc++] Add missing include promote.h in <cmath>
(authored by
ldionne
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
ldionne
added a commit:
rGbab1a14cccd4: [libc++] Add missing include promote.h in <cmath>
.