This is an archive of the discontinued LLVM Phabricator instance.

Force HAVE_LIB_RT to NO when building with Xcode toolchains
ClosedPublic

Authored by jroelofs on May 9 2022, 3:15 PM.

Details

Summary

Fixes an issue revealed by https://reviews.llvm.org/D121343, causing several of the test-suite-verify-machineinstrs* bots on GreenDragon to fail with ld: library not found for -lrt

rdar://91014785

Diff Detail

Repository
rT test-suite

Event Timeline

jroelofs created this revision.May 9 2022, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 3:15 PM
Herald added a subscriber: mgorny. · View Herald Transcript
jroelofs requested review of this revision.May 9 2022, 3:15 PM
jroelofs edited the summary of this revision. (Show Details)May 9 2022, 3:18 PM
fhahn accepted this revision.May 17 2022, 2:55 AM

LGTM as workaround to get the bots back to working.

This revision is now accepted and ready to land.May 17 2022, 2:55 AM
jroelofs closed this revision.May 18 2022, 6:32 PM