This is an archive of the discontinued LLVM Phabricator instance.

Remove test dependency on the presence of an assembler
ClosedPublic

Authored by dyung on Feb 5 2020, 7:03 PM.

Details

Summary

These tests currently call -c which requires an assembler, and will fail if your target defaults to an external assembler that is not present in the test environment. It doesn't seem like the assembler is actually needed, so just change the test to use -S instead.

Diff Detail

Event Timeline

dyung created this revision.Feb 5 2020, 7:03 PM
NoQ accepted this revision.Mar 9 2020, 11:56 AM

Interesting, indeed, thanks!

This revision is now accepted and ready to land.Mar 9 2020, 11:56 AM
This revision was automatically updated to reflect the committed changes.