This is an archive of the discontinued LLVM Phabricator instance.

[libc++][AIX] Unique the static library names
AbandonedPublic

Authored by daltenty on Oct 11 2022, 10:57 AM.

Details

Reviewers
ldionne
Summary

in the CMake cache file we use for AIX. As of https://reviews.llvm.org/D135669, we can specify
custom names, which is needed for AIX CMake, as the output names may overlap as static and
shared objects can both be archived. This also stops disabling the static libraries by default, since
we can now safely build them.

Diff Detail

Event Timeline

daltenty created this revision.Oct 11 2022, 10:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 10:57 AM
daltenty requested review of this revision.Oct 11 2022, 10:57 AM
daltenty updated this revision to Diff 466865.

Add newline to end of file

daltenty edited the summary of this revision. (Show Details)Oct 11 2022, 10:59 AM
daltenty abandoned this revision.Oct 12 2022, 7:12 AM

These adjustments were added in https://reviews.llvm.org/D134221