This is an archive of the discontinued LLVM Phabricator instance.

Remove File from createSubroutineType
AbandonedPublic

Authored by deadalnix on Oct 12 2015, 5:56 PM.

Details

Summary

It is not used. I kept the old functiona round for backward compatibility, so we have a window to migrate code.

Diff Detail

Event Timeline

deadalnix updated this revision to Diff 37205.Oct 12 2015, 5:56 PM
deadalnix retitled this revision from to Remove File from createSubroutineType.
deadalnix updated this object.
deadalnix added a subscriber: llvm-commits.
echristo edited edge metadata.Oct 14 2015, 10:37 AM

Do you have a patch handy for the migration for clang? I would normally just commit the two back to back to avoid any deprecation period.

(I will do the commit if you need at the end though.)

-eric

@echristo yes I have a patch for clang. I can diff it out today if you want.

@echristo yes I have a patch for clang. I can diff it out today if you want.

That would be great, thanks.

-eric

Done in r250374. We both missed the examples directory :)

Thanks for the patch!

-eric

deadalnix abandoned this revision.Oct 15 2015, 12:10 AM