[PATCH] D133150: [llvm-exegesis] Cross compile all enabled targets
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 12:42:43 PDT 2022
reames added a comment.
In D133150#3784677 <https://reviews.llvm.org/D133150#3784677>, @thakis wrote:
> 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?
In tree? They don't. See D133605 <https://reviews.llvm.org/D133605>
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