[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
================
@@ -284,7 +285,7 @@ void ObjFile::addLegacyIndirectFunctionTableIfNeeded(
return;
// It's possible for an input to define tables and also use the indirect
- // function table, but forget to compile with -mattr=+reference-types.
+ // function table, but forget to compile with -mattr=+call-indirect-overlong.
// For these newer files, we require symbols for all tables, and
// relocations for all of their uses.
----------------
aheejin wrote:
```suggestion
// function table, but forget to compile with -mattr=+call-indirect-overlong
// or -mattr=+reference-types. For these newer files, we require symbols for
// all tables, and relocations for all of their uses.
```
https://github.com/llvm/llvm-project/pull/117087
More information about the cfe-commits
mailing list