mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 00:36:37 +00:00

This was needed before https://github.com/llvm/llvm-project/pull/115077 since the compiler-rt test build made assumptions about the build layout of libc++ and libc++abi, but now they link against a local installation of these libraries so we no longer need this workaround. Reviewed By: ldionne Pull Request: https://github.com/llvm/llvm-project/pull/115086