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.
Differential D24539
[zorg] Don't exclude compiler-rt runtimes from build.py artifacts vsk on Sep 13 2016, 6:10 PM. Authored by
Details 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
|