[clang] [lld] [llvm] [WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (PR #117087)
Heejin Ahn via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 21 19:22:43 PST 2024
================
@@ -63,6 +64,7 @@ class LLVM_LIBRARY_VISIBILITY WebAssemblyTargetInfo : public TargetInfo {
bool HasMutableGlobals = false;
bool HasNontrappingFPToInt = false;
bool HasReferenceTypes = false;
+ bool HasCallIndirectOverlong = false;
----------------
aheejin wrote:
Nit: This can go after `HasBulkMemoryOpt` for the sorted order
https://github.com/llvm/llvm-project/pull/117087
More information about the cfe-commits
mailing list