This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Explicitly request platform rtlib in the Driver pic test
ClosedPublic

Authored by phosek on May 1 2019, 9:00 AM.

Details

Summary

This test checks whether crtbegin.o and crtend.o appear on the link
line, but names of these files may be affected by the choice of the
rtlib, specifically when compiler-rt is used as the default rtlib
the names will be clang_rt.crtbegin.o and clang_rt.crtend.o instead
of crtbeginS.o and crtendS.o. To avoid the test failure, explicitly
request to use the platform rtlib.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 1 2019, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2019, 9:00 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
juliehockett accepted this revision.May 1 2019, 9:11 AM
This revision is now accepted and ready to land.May 1 2019, 9:11 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2019, 9:52 AM