OSDN Git Service

Add test for spaceship operator to __config
authorDavid Zarzycki <dave@znu.io>
Fri, 24 Jan 2020 18:26:53 +0000 (13:26 -0500)
committerDavid Zarzycki <dave@znu.io>
Fri, 24 Jan 2020 18:27:22 +0000 (13:27 -0500)
commit5dda92fcb0ce9206f831aa7cddf24421dcf044d7
tree785e9f5f1cee3a0df8f94e019ef53030696e4cff
parentabd1927d4468c587b53827f518f93568d3af1840
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
libcxx/include/__config