[lld] [clang] [llvm] [libcxx] [openmp] [libc] [clang-tools-extra] [compiler-rt] [lldb] [flang] [libc++][variant] P2637R3: Member `visit` (`std::variant`) (PR #76447)

Hristo Hristov via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 20 08:43:25 PST 2024


H-G-Hristov wrote:

This FreeBSD failure seems unrelated:
```
# .---command stderr------------
# | In file included from /usr/home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/libcxx/test/std/algorithms/numeric.ops/transform.reduce/pstl.exception_handling.pass.cpp:20:
# | /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/libcxx/test/support/check_assertion.h:293:25: error: use of undeclared identifier 'SIGILL'
# |       if (exit_code_ == SIGILL || exit_code_ == SIGTRAP) {
# |                         ^
# | /home/buildkite/.buildkite-agent/builds/freebsd-test-1/llvm-project/libcxx-ci/libcxx/test/support/check_assertion.h:293:49: error: use of undeclared identifier 'SIGTRAP'
# |       if (exit_code_ == SIGILL || exit_code_ == SIGTRAP) {
# |                                                 ^
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
```

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


More information about the llvm-commits mailing list