This is an archive of the discontinued LLVM Phabricator instance.

[CMake][compiler-rt] Treat AIX link options as a list
AbandonedPublic

Authored by phosek on Jun 24 2022, 12:37 PM.

Diff Detail

Event Timeline

phosek created this revision.Jun 24 2022, 12:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 12:37 PM
phosek requested review of this revision.Jun 24 2022, 12:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 12:37 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

https://reviews.llvm.org/D128524 was landed. There is a slight difference in how the -Wl,-G is added.

phosek abandoned this revision.Jun 24 2022, 1:03 PM

https://reviews.llvm.org/D128524 was landed. There is a slight difference in how the -Wl,-G is added.

Those should be equivalent.

https://reviews.llvm.org/D128524 was landed. There is a slight difference in how the -Wl,-G is added.

Those should be equivalent.

Sorry just closed the issue forgot mention we did try to fix. Thank you for looking into this!