TARGET_SONAME_FILE isn't valid on Windows, and TARGET_FILE should achieve
the same results.
Details
Details
- Reviewers
lanza ldionne - Group Reviewers
Restricted Project - Commits
- rGf75bf712deec: [libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI lists
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@lanza Can you check whether that solves your problem on Windows? We don't have any Windows pre-commit CI.
This comment was removed by lanza.
Comment Actions
Yup, this worked. Thank you, Louis! I can also verify that the test suite passed on centOS, Darwin and Windows with a pretty standard build.