================ @@ -29,8 +29,9 @@ Target &llvm::getTheWebAssemblyTarget64() { extern "C" LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeWebAssemblyTargetInfo() { - RegisterTarget<Triple::wasm32> X(getTheWebAssemblyTarget32(), "wasm32", - "WebAssembly 32-bit", "WebAssembly"); + RegisterTarget<Triple::wasm32, /*HasJIT=*/true> X( ---------------- anutosh491 wrote:
> do you have any issues with me skipping the hostsupportsjit check for the > tests Yes we can start with that. https://github.com/llvm/llvm-project/pull/150977 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits