This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFC: Preparation for merging code to emit target and target_clones resolvers.
ClosedPublic

Authored by tahonermann on Apr 1 2022, 7:26 PM.

Details

Summary

This change modifies CodeGenModule::emitMultiVersionFunctions() in preparation
for a change that will merge support for emitting target_clones resolvers into
this function. This change mostly serves to isolate indentation changes from
later behavior modifying changes.

Diff Detail