[libcxx-commits] [libcxxabi] [libcxx] [libc++] tests with picolibc: enable exceptions (PR #75462)

David Spickett via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 14 03:09:03 PST 2023


DavidSpickett wrote:

Would it make more sense to keep the original configuration and add a new one, as Arm and AArch64 have done?

The new configuration would use the same cache file and just override the 2/3 things needed. I assume - but don't know, that you'd want to check exceptions on and exceptions off. Throw rtti into the exceptions config just to keep it simple.

Armv7-M picolibc -fno-exceptions (which is the current one but renamed)
Armv7-M picolibc (implicitly exceptions and rtti)

https://github.com/llvm/llvm-project/blob/a0c7a29655b818e1ec101cf2bcd6e35841bb872d/libcxx/utils/ci/run-buildbot#L584

https://github.com/llvm/llvm-project/pull/75462


More information about the libcxx-commits mailing list