This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Fix Findzstd module for shared DLL on Windows
ClosedPublic

Authored by andrewng on Oct 17 2022, 3:25 AM.

Diff Detail

Event Timeline

andrewng created this revision.Oct 17 2022, 3:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 3:25 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
andrewng requested review of this revision.Oct 17 2022, 3:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2022, 3:25 AM
phosek added inline comments.Oct 17 2022, 10:29 AM
llvm/cmake/modules/Findzstd.cmake
42

I'd use CMAKE_LINK_LIBRARY_SUFFIX here, I find it easier to understand that way.

andrewng updated this revision to Diff 468256.Oct 17 2022, 10:50 AM

Update for review comment.

andrewng marked an inline comment as done.Oct 17 2022, 10:50 AM
phosek accepted this revision.Oct 17 2022, 11:27 AM

LGTM

This revision is now accepted and ready to land.Oct 17 2022, 11:27 AM
This revision was automatically updated to reflect the committed changes.