mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Instead of using TARGET_TRIPLE, which is always set to LLVM_DEFAULT_TARGET_TRIPLE, use that variable directly to populate the various XXXX_TARGET_TRIPLE variables in the runtimes. This re-applies77396bbc98and5099e01568, which were reverted in850b57c5fbbecause they broke the build. Differential Revision: https://reviews.llvm.org/D106009