Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/Findzstd.cmake | ||
---|---|---|
42 | I'd use CMAKE_LINK_LIBRARY_SUFFIX here, I find it easier to understand that way. |
Paths
| Differential D136065
[CMake] Fix Findzstd module for shared DLL on Windows ClosedPublic Authored by andrewng on Oct 17 2022, 3:25 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Oct 17 2022, 11:27 AM Closed by commit rGe7fc7540daa9: [CMake] Fix Findzstd module for shared DLL on Windows (authored by andrewng). · Explain WhyOct 18 2022, 4:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468480 llvm/cmake/modules/Findzstd.cmake
|
I'd use CMAKE_LINK_LIBRARY_SUFFIX here, I find it easier to understand that way.