This is an archive of the discontinued LLVM Phabricator instance.

[cmake][Windows] Add libpath to CMAKE_MODULE_LINKER_FLAGS too
ClosedPublic

Authored by dmajor on Jun 30 2020, 9:43 AM.

Details

Summary

Followup to b8000c0ce845, the library path needs to go in CMAKE_MODULE_LINKER_FLAGS too, for the sake of a few files like LLVMHello.dll.

Diff Detail

Event Timeline

dmajor created this revision.Jun 30 2020, 9:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2020, 9:43 AM
hans accepted this revision.Jun 30 2020, 12:03 PM

lgtm

This revision is now accepted and ready to land.Jun 30 2020, 12:03 PM
This revision was automatically updated to reflect the committed changes.