This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Use LLVM_ENABLE_RUNTIMES instead of LLVM_ENABLE_PROJECTS in the symbolizer
AbandonedPublic

Authored by ldionne on Aug 23 2022, 7:00 AM.

Details

Summary

This was originally part of 176db3b3ab25 (D132324) which was reverted in
342e0ebd0b74 because it caused CI instability. This change is required
for compiler-rt to stop depending on the deprecated way of building libc++.

Diff Detail

Event Timeline

ldionne created this revision.Aug 23 2022, 7:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 7:00 AM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
ldionne requested review of this revision.Aug 23 2022, 7:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 7:00 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Ericson2314 accepted this revision.Aug 23 2022, 7:38 AM

Code looks good.

I don't recall build failures emails mentioning the symbolizer, so hopefully it doesn't cause CI problems too!

This revision is now accepted and ready to land.Aug 23 2022, 7:38 AM

@vitalybuka I should have pinged you on this, I just saw 89476dbca18c20edfa02548061cdee77d4808427!

ldionne abandoned this revision.Aug 23 2022, 3:29 PM

I guess this doesn't have a purpose anymore. @vitalybuka thanks for cleaning it up!