[all-commits] [llvm/llvm-project] ff7a33: [libc++] Revert OpenBSD-related changes to the doc...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Sep 8 12:55:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff7a332e6f5d4b09b4e437cc2c014367724b3eee
https://github.com/llvm/llvm-project/commit/ff7a332e6f5d4b09b4e437cc2c014367724b3eee
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M libcxx/docs/UsingLibcxx.rst
M libcxx/docs/index.rst
Log Message:
-----------
[libc++] Revert OpenBSD-related changes to the documentation
This commit partially reverts 0954e2b2d038 and 3fa4cff97480, which
make changes to the libc++ documentation implifying that OpenBSD is
supported. Neither of these changes have been reviewed AFAICT, so
I'm reverting as a matter of enforcing:
1. That changes get reviewed before being committed
2. That we have a discussion and a support plan for supporting
OpenBSD officially in libc++
Please note that I would be thrilled to support OpenBSD officially in
libc++, however doing so requires more than adding a note in the docs.
In particular, please make sure you read the note in [1] about setting
up CI testing for OpenBSD.
[1]: https://libcxx.llvm.org/#platform-and-compiler-support
Differential Revision: https://reviews.llvm.org/D109373
More information about the All-commits
mailing list