This is an archive of the discontinued LLVM Phabricator instance.

Append an executable suffix to the toolchain tool paths on Windows platform.
ClosedPublic

Authored by vvereschaka on Aug 6 2019, 1:15 PM.

Details

Summary

Append a default CMake suffix (CMAKE_EXECUTABLE_SUFFIX) for the build host to the toolchain tool path when adding a LLVM external project. The tool binary files should contain .exe suffix to run them properly on Windows platform when building the projects.

Diff Detail

Repository
rL LLVM

Event Timeline

vvereschaka created this revision.Aug 6 2019, 1:15 PM
phosek accepted this revision.Aug 6 2019, 5:33 PM

LGTM

This revision is now accepted and ready to land.Aug 6 2019, 5:33 PM
This revision was automatically updated to reflect the committed changes.