This is an archive of the discontinued LLVM Phabricator instance.

DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll
ClosedPublic

Authored by mstojanovic on Sep 20 2017, 6:22 AM.

Details

Summary

Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll because it was causing failures on pure MIPS builds.

Diff Detail

Repository
rL LLVM

Event Timeline

mstojanovic created this revision.Sep 20 2017, 6:22 AM
dblaikie edited edge metadata.Sep 20 2017, 7:28 AM

Can you strip out the whole attributes list (or just keep the relevant bits (probably noinline)? & can you commit this or do you need someone to commit it for you?

mstojanovic retitled this revision from DebugInfo: Remove target-cpu from test/DebugInfo/Generic/imported-name-inlined.ll to DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll .
mstojanovic edited the summary of this revision. (Show Details)

I do need someone to commit it.

This revision was automatically updated to reflect the committed changes.