[all-commits] [llvm/llvm-project] 39c349: Add test for spaceship operator to __config
David Zarzycki via All-commits
all-commits at lists.llvm.org
Fri Jan 24 10:37:38 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: 39c349e8fc7f4b334cf4b30724b28dfce44a024e
https://github.com/llvm/llvm-project/commit/39c349e8fc7f4b334cf4b30724b28dfce44a024e
Author: David Zarzycki <dave at znu.io>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
Add test for spaceship operator to __config
Summary:
The libcxx test suite auto-detects spaceship operator, but __config does not. This means that the libcxx test suite has been broken for over a month when using top-of-tree clang. This also really ought to be fixed before 10.0.
See: bc633a42dd409dbeb456263e3388b8caa4680aa0
Reviewers: chandlerc, mclow.lists, EricWF, ldionne, CaseyCarter
Reviewed By: EricWF
Subscribers: broadwaylamb, hans, dexonsmith, tstellar, llvm-commits, libcxx-commits
Tags: #libc, #llvm
Differential Revision: https://reviews.llvm.org/D72980
(cherry picked from commit 5dda92fcb0ce9206f831aa7cddf24421dcf044d7)
More information about the All-commits
mailing list