This is an archive of the discontinued LLVM Phabricator instance.

Make test/Driver/baremetal.cpp work with linkers other than lld
ClosedPublic

Authored by greened on Jul 26 2018, 7:12 PM.

Details

Summary

This test fails if clang is configure with, for example, gold as the default linker. It does not appear that this test really relies on lld so make the checks accept ld, ld.gold and ld.bfd too.

Diff Detail

Event Timeline

greened created this revision.Jul 26 2018, 7:12 PM

I think I need an accept before this can proceed.

hans accepted this revision.Jul 30 2018, 7:56 AM
This revision is now accepted and ready to land.Jul 30 2018, 7:56 AM
greened closed this revision.Jul 30 2018, 12:12 PM

Committed in 338290.