[PATCH] D128840: [lit] Pass through QEMU's configuration environmental variables
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 09:12:12 PDT 2022
reames added a comment.
In D128840#3641525 <https://reviews.llvm.org/D128840#3641525>, @vitalybuka wrote:
> I have no idea what is use-case for QEMU here.
> I run some sanitizers with QEMU using DemangleSwift COMPILER_RT_EMULATOR=
The use case here is building clang with a cross compiler (either clang itself, or the cross compiled gcc toolchain), and then running llvm-lit using the cross compiled binaries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128840/new/
https://reviews.llvm.org/D128840
More information about the llvm-commits
mailing list