[PATCH] D133150: [llvm-exegesis] Cross compile all enabled targets
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 12:40:56 PDT 2022
thakis added a comment.
In D133150#3781166 <https://reviews.llvm.org/D133150#3781166>, @reames wrote:
> In D133150#3781066 <https://reviews.llvm.org/D133150#3781066>, @thakis wrote:
>
>> FWIW, lli also uses this pattern I think.
>
> I don't follow. LLI doesn't appear to have any target dependent code.
I mean that it also depends on `native`.
Unrelatedly, the "native" target in llvm-exegesis gets initialized due to the LLVM_EXEGESIS_INITIALIZE_NATIVE_TARGET=Initialize${LLVM_EXEGESIS_NATIVE_ARCH}ExegesisTarget in llvm/tools/llvm-exegesis/CMakeLists.txt. How do the non-native targets get initialized?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133150/new/
https://reviews.llvm.org/D133150
More information about the llvm-commits
mailing list