Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 52b6b1eb976341956c9c75f6572c37d445fcb332 Author: Louis Dionne <ldionne.2@gmail.com> Date: Thu Jul 25 13:46:53 2024 -0500 [libc++] Remove unmaintained LIBCXX_CONFIGURE_IDE (#100574) The premise of LIBCXX_CONFIGURE_IDE is nice, however in practice this setting has not been maintained and as a result it basically doesn't work properly. For example, it doesn't take into account the headers we generate, and its handling of the tests is too naive for it to be really helpful. This patch removes the setting in order to simplify the CMake setup a bit, but most importantly to remove unnecessary interactions between our main CMake build of the library and the test suite. |