This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Don't exclude compiler-rt runtimes from build.py artifacts
ClosedPublic

Authored by vsk on Sep 13 2016, 6:10 PM.

Details

Summary

build.py tars up the cmake build products to create an artifact, but it excludes all .a files. That means that the resulting compiler artifacts aren't prepped with any compiler-rt runtimes.

Be more selective about the .a files we exclude.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk updated this revision to Diff 71283.Sep 13 2016, 6:10 PM
vsk retitled this revision from to [zorg] Don't exclude compiler-rt runtimes from build.py artifacts.
vsk updated this object.
vsk added a reviewer: cmatthews.
vsk added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.