This is an archive of the discontinued LLVM Phabricator instance.

Cleanup test case by removing unused attribute
ClosedPublic

Authored by rs on Dec 10 2018, 9:52 AM.

Details

Summary

Removing attribute dso_local generated from original C test file because it's not needed.

Diff Detail

Repository
rL LLVM

Event Timeline

rs created this revision.Dec 10 2018, 9:52 AM
amilendra_arm accepted this revision.Dec 11 2018, 1:21 AM

Harmless cleanup to remove an attribute that is not necessary for the test. Approved.

This revision is now accepted and ready to land.Dec 11 2018, 1:21 AM
This revision was automatically updated to reflect the committed changes.