Summary: This PR primarily changes using `LLVM_RUNTIMES_TARGET` to `LLVM_DEFAULT_TARGET_TRIPLE`. The reason is that the default target triple is the true cross-compiling architecture we are using, while the runtimes_target can contain multilib strings like `+debug` or similar. Additionally add the proper path handling to the OpenMP / Offload libraries.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.