[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 30 10:11:24 PST 2016


mgorny added a comment.

In https://reviews.llvm.org/D26796#632602, @compnerd wrote:

> This would need an upgrade path, since the output name can actually be different from the `AchTypeName` (e.g. i386 vs i686).


I was considering committing this alongside with the i686 removal, and assuming that people are going to upgrade clang and compiler-rt in lockstep. Is there any other case that needs explicit consideration? Do you have another suggestion on handling this?


https://reviews.llvm.org/D26796





More information about the cfe-commits mailing list