This is an archive of the discontinued LLVM Phabricator instance.

LowerTypeTests: When importing functions skip definitions where the summary contains a decl.
ClosedPublic

Authored by pcc on Jul 11 2017, 5:21 PM.

Details

Summary

This normally indicates mixed CFI + non-CFI compilation, and will
result in us treating the function in the same way as a function
defined outside of the LTO unit.

Part of PR33752.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jul 11 2017, 5:21 PM
eugenis accepted this revision.Jul 11 2017, 5:37 PM

Thank you!

This revision is now accepted and ready to land.Jul 11 2017, 5:37 PM
This revision was automatically updated to reflect the committed changes.