This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add FreeBSD exceptions.nonew ABI list
ClosedPublic

Authored by emaste on Jan 11 2023, 6:59 AM.

Details

Reviewers
ldionne
Mordante
Group Reviewers
Restricted Project
Commits
rG146c7d0b6abb: [libc++] Add FreeBSD exceptions.nonew ABI list
Summary

Matching the configuration used by the prospective FreeBSD CI runner.

In eca9196dc882 I added an abilist from my local development environment, but the configuration used by the CI bot is different.

With this abilist, and some additional work-in-progress changes, I have a green FreeBSD run: https://buildkite.com/llvm-project/libcxx-ci/builds/17075#01859d7d-2444-4152-a2e6-a4e41c3912fc

Diff Detail

Event Timeline

emaste created this revision.Jan 11 2023, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 6:59 AM
emaste requested review of this revision.Jan 11 2023, 6:59 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptJan 11 2023, 6:59 AM

Let's remove the old ABI list then. Otherwise it will just rot.

emaste updated this revision to Diff 488217.Jan 11 2023, 7:40 AM

Also remove unused ABI list from local development environment.

Mordante accepted this revision as: Mordante.Jan 11 2023, 9:08 AM
Mordante added a subscriber: Mordante.

LGTM, nice to see the progress on the FreeBSD CI!

This revision was not accepted when it landed; it landed in state Needs Review.Jan 11 2023, 10:42 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.