mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Git bash ships with a link.exe. We try to add git bash to the beginning of PATH (see D84380). These tests end up executing the wrong link.exe. As a workaround, use lld-link. Note that `REQUIRES: lld-available` tests currently aren't running, see D128567. I did manually verify that these tests pass with lld-link. Reviewed By: rnk, hans Differential Revision: https://reviews.llvm.org/D136108
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================