This is an archive of the discontinued LLVM Phabricator instance.

Install runtime dlls in the INSTALL_DIR/bin directory. NFC
ClosedPublic

Authored by sgundapa on Dec 14 2015, 12:31 PM.

Details

Summary

One of the earlier patches updated the cmake rule to install the
runtime dlls in INSTALL_DIR/lib which is not correct. This patch
updates the rule to install CMake's RUNTIME in bin directory

Diff Detail

Repository
rL LLVM

Event Timeline

sgundapa updated this revision to Diff 42753.Dec 14 2015, 12:31 PM
sgundapa retitled this revision from to Install runtime dlls in the INSTALL_DIR/bin directory. NFC.
sgundapa updated this object.
sgundapa added reviewers: beanz, chapuni, thakis.
sgundapa added a subscriber: llvm-commits.
sgundapa updated this revision to Diff 42897.Dec 15 2015, 12:59 PM
beanz accepted this revision.Dec 15 2015, 1:13 PM
beanz edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 15 2015, 1:13 PM
This revision was automatically updated to reflect the committed changes.