commit | ce9b3e084c43e99fbcfeb730ddb5fd0e575d5237 | [log] [tgz] |
---|---|---|
author | David Greene <greened@obbligato.org> | Mon Jul 30 19:08:20 2018 +0000 |
committer | David Greene <greened@obbligato.org> | Mon Jul 30 19:08:20 2018 +0000 |
tree | 5eca8b88fa24ffc64b183e57fde469a6c9e8481c | |
parent | b69ba22773e0c567c8c6e5bde5388d58d3e75110 [diff] |
Make test/Driver/baremetal.cpp work with linkers other than lld 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. llvm-svn: 338290