This is an archive of the discontinued LLVM Phabricator instance.

Use add_llvm_install_targets for install-llvmlibc
ClosedPublic

Authored by jeffbailey on Jul 2 2022, 8:45 PM.

Details

Summary

Using the LLVM rules for install ensures that DESTDIR and other expected
variables for an LLVM install work correctly.

Tested:
Manually with DESTDIR=/tmp/testinstall/ ninja install-llvmlibc

Diff Detail

Event Timeline

jeffbailey created this revision.Jul 2 2022, 8:45 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 2 2022, 8:45 PM
jeffbailey requested review of this revision.Jul 2 2022, 8:45 PM
lntue accepted this revision.Jul 3 2022, 8:48 PM
lntue added a reviewer: lntue.
This revision is now accepted and ready to land.Jul 3 2022, 8:48 PM
This revision was automatically updated to reflect the committed changes.