This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Attach function attributes to Objective-c and OpenMP functions.
ClosedPublic

Authored by ahatanak on Oct 20 2015, 10:45 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ahatanak updated this revision to Diff 37967.Oct 20 2015, 10:45 PM
ahatanak retitled this revision from to [CodeGen] Attach function attributes to Objective-c and OpenMP functions..
ahatanak updated this object.
ahatanak added reviewers: dexonsmith, echristo.
ahatanak added a subscriber: cfe-commits.
echristo accepted this revision.Oct 21 2015, 12:51 PM
echristo edited edge metadata.

I really wish this could be refactored in a better way, that said, this is better than it was and no harder to refactor at the end.

Thanks.

-eric

This revision is now accepted and ready to land.Oct 21 2015, 12:51 PM

I'm taking incremental steps here, but I agree that we should refactor this in a better way later.

This revision was automatically updated to reflect the committed changes.