| Index: src/IceClFlags.def
|
| diff --git a/src/IceClFlags.def b/src/IceClFlags.def
|
| index 4908e664ef0546678c4f736ab697d19a46da6a0c..90ba13459016bb0c8afffe5a8937ab52109ae67b 100644
|
| --- a/src/IceClFlags.def
|
| +++ b/src/IceClFlags.def
|
| @@ -328,6 +328,7 @@ struct dev_list_flag {};
|
| "Global initializers"), \
|
| clEnumValN(Ice::IceV_ConstPoolStats, "cpool", \
|
| "Constant pool counters"), \
|
| + clEnumValN(Ice::IceV_Wasm, "wasm", "WebAssembly builder"), \
|
| clEnumValN(Ice::IceV_All, "all", "Use all verbose options"), \
|
| clEnumValN(Ice::IceV_Most, "most", \
|
| "Use all verbose options except 'regalloc,global_init'"), \
|
|
|