diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssembly.td | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/llvm/lib/Target/WebAssembly/WebAssembly.td b/llvm/lib/Target/WebAssembly/WebAssembly.td index 9138683d498..813c7e652e4 100644 --- a/llvm/lib/Target/WebAssembly/WebAssembly.td +++ b/llvm/lib/Target/WebAssembly/WebAssembly.td @@ -86,7 +86,8 @@ def : ProcessorModel<"generic", NoSchedModel, []>;  // Latest and greatest experimental version of WebAssembly. Bugs included!  def : ProcessorModel<"bleeding-edge", NoSchedModel,                        [FeatureSIMD128, FeatureAtomics, -                       FeatureNontrappingFPToInt, FeatureSignExt]>; +                       FeatureNontrappingFPToInt, FeatureSignExt, +                       FeatureMutableGlobals]>;  //===----------------------------------------------------------------------===//  // Target Declaration | 

