This is an archive of the discontinued LLVM Phabricator instance.

[bugpoint] Fix compilation of bugpoint-passes on Windows
ClosedPublic

Authored by dimula73 on Dec 22 2022, 11:05 PM.

Details

Summary

Bugpoint also depends on libLLVMSupport.dll for 'llvm_unreachable'

Diff Detail

Event Timeline

dimula73 created this revision.Dec 22 2022, 11:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2022, 11:05 PM
dimula73 requested review of this revision.Dec 22 2022, 11:05 PM

@beanz, could you help with reviewing this change, please?

beanz accepted this revision.Jan 23 2023, 1:31 PM

Yea, this makes sense for Windows. LGTM.

This revision is now accepted and ready to land.Jan 23 2023, 1:31 PM
This revision was automatically updated to reflect the committed changes.