This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vulkan-runner] Remove duplicated/uncessary link libraries
ClosedPublic

Authored by antiagainst on May 7 2020, 7:36 AM.

Details

Summary

vulkan-runtime-wrappers does not need MLIRSPIRVSerialization,
which is used by the ConvertGpuLaunchFuncToVulkanLaunchFunc pass
under the hood.

Diff Detail

Event Timeline

antiagainst created this revision.May 7 2020, 7:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 7:36 AM
denis13 accepted this revision.May 7 2020, 9:23 AM

Thanks! It fixes a build problem!

This revision is now accepted and ready to land.May 7 2020, 9:23 AM

Thanks! It fixes a build problem!

Yup. I still have the action item to enable Vulkan tests on MLIR buildbots. Need to get to it. :)

This revision was automatically updated to reflect the committed changes.